From 710dcd8c417722315b367c0807cb3ebab167c710 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Oct 2022 03:10:46 +0000 Subject: [PATCH] chore: set version to v0.10.3 --- helm/Chart.yaml | 2 +- helm/values.yaml | 9 +-------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 57b1994..549d6b1 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: dev +version: v0.10.3 diff --git a/helm/values.yaml b/helm/values.yaml index 7f197e9..40a7165 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.10.3 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: -