diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 91acca4..a77f7bb 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.11.0 diff --git a/helm/values.yaml b/helm/values.yaml index 7f197e9..07b414a 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.11.0 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,7 +30,6 @@ resources: requests: cpu: 200m memory: 128Mi - knativeDeploy: true knative: minScale: 1 @@ -43,4 +37,3 @@ knative: eventing: local: subsciber: -