From 4d86ff9d55eb5807857db5ace9b2bb401edf560c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 31 Oct 2022 21:34:33 +0000 Subject: [PATCH] chore: set version to v0.14.0 --- helm/Chart.yaml | 2 +- helm/values.yaml | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 91acca4..df19a48 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.14.0 diff --git a/helm/values.yaml b/helm/values.yaml index 516e33e..e180571 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.14.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,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