diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 91acca4..76f90bd 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 description: A Helm chart for Kubernetes icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/d273e09/images/nodejs.png name: example-hasura-projections-service -version: 0.0.0-dev +version: v0.15.1 diff --git a/helm/values.yaml b/helm/values.yaml index 516e33e..a46c358 100755 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -3,19 +3,15 @@ # Declare variables to be passed into your templates. image: repository: ghcr.io/cloudnativeentrepreneur/example-hasura-projections-service - tag: latest + tag: v0.15.1 pullPolicy: IfNotPresent - # define environment variables here as a map of key: value env: - runIntegrationTests: false - service: name: example-hasura-projections-service internalPort: 5010 externalPort: 80 - probePath: /health livenessProbe: initialDelaySeconds: 5 @@ -27,7 +23,6 @@ readinessProbe: periodSeconds: 10 successThreshold: 1 timeoutSeconds: 1 - resources: limits: cpu: '1' @@ -35,10 +30,8 @@ resources: requests: cpu: 200m memory: 128Mi - knative: minScale: 1 maxScale: 3 - local: false -localKnativeSubscriber: http://host.docker.internal:5010 \ No newline at end of file +localKnativeSubscriber: http://host.docker.internal:5010