From 4935c60f99c6c9426edeb37b727601ada9ae5d4f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 31 Oct 2022 17:49:03 +0000 Subject: [PATCH] chore: set version to v0.11.0 --- helm/Chart.yaml | 2 +- helm/values.yaml | 15 ++------------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 13b0c09..9bd634a 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-todo-model-service -version: 0.1.0-SNAPSHOT +version: v0.11.0 diff --git a/helm/values.yaml b/helm/values.yaml index 3e742f0..2c51cae 100755 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -8,15 +8,12 @@ podAnnotations: {} podsLabels: {} # Add labels to the deployment deploymentLabels: {} - image: repository: ghcr.io/cloudnativeentrepreneur/example-todo-model-service - tag: latest + tag: v0.11.0 pullPolicy: IfNotPresent - # define environment variables here as a map of key: value env: - runIntegrationTests: false # enable this flag to use knative serve to deploy the app knativeDeploy: true @@ -24,11 +21,9 @@ knative: minScale: 1 maxScale: 1 concurrencyTarget: 100 - local: false localKnativeSubscriber: http://host.docker.internal:5002 localKnativeDlqSubscriber: http://host.docker.internal:3999 - # HorizontalPodAutoscaler hpa: enabled: false @@ -38,7 +33,6 @@ hpa: memoryTargetAverageUtilization: 80 # Add labels to the HPA labels: {} - # Canary deployments # If enabled, Istio and Flagger need to be installed in the cluster canary: @@ -61,7 +55,6 @@ canary: labels: {} # Add labels to the canary gateway gatewayLabels: {} - service: name: example-todo-model-service type: ClusterIP @@ -88,7 +81,6 @@ readinessProbe: periodSeconds: 1 successThreshold: 1 timeoutSeconds: 1 - sourced: psql: name: example-sourced-db-postgresql @@ -100,15 +92,13 @@ ingress: classAnnotation: "" # Add labels to the ingress labels: {} - # ingress path type pathType: ImplementationSpecific - serviceAccount: enabled: true name: "" annotations: {} -# iam.gke.io/gcp-service-account: my-sa-in-gke + # iam.gke.io/gcp-service-account: my-sa-in-gke # Add labels to the SA labels: {} # my-custom-label: value @@ -121,7 +111,6 @@ jxRequirements: # kubernetes.io/ingress.class: nginx apiVersion: "networking.k8s.io/v1" - # the domain for hosts domain: "" externalDNS: false