From 4eba476c0c9a2dd7a21a00e133064e99e4bc69c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Nov 2022 17:24:50 +0000 Subject: [PATCH] chore: set version to v0.7.6 --- 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 d531936..6b96d44 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-policy-service -version: 0.0.0-dev +version: v0.7.6 diff --git a/helm/values.yaml b/helm/values.yaml index 5a9a1fd..32c1467 100755 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -3,20 +3,16 @@ # Declare variables to be passed into your templates. image: repository: ghcr.io/cloudnativeentrepreneur/example-policy-service - tag: latest + tag: v0.7.6 pullPolicy: IfNotPresent - # define environment variables here as a map of key: value env: - runIntegrationTests: false - service: name: example-policy-service type: ClusterIP internalPort: 5020 externalPort: 80 - probePath: /health livenessProbe: initialDelaySeconds: 2 @@ -28,7 +24,6 @@ readinessProbe: periodSeconds: 1 successThreshold: 1 timeoutSeconds: 1 - resources: limits: cpu: '1' @@ -36,10 +31,8 @@ resources: requests: cpu: 200m memory: 128Mi - knative: minScale: 1 maxScale: 3 - local: false localKnativeSubscriber: http://host.docker.internal:5020