Skip to content

Commit

Permalink
chore: set version to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2022
1 parent 6b5132a commit 0013bdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.0
15 changes: 2 additions & 13 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,22 @@ podAnnotations: {}
podsLabels: {}
# Add labels to the deployment
deploymentLabels: {}

image:
repository: ghcr.io/cloudnativeentrepreneur/example-todo-model-service
tag: latest
tag: v0.12.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
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
Expand All @@ -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:
Expand All @@ -61,7 +55,6 @@ canary:
labels: {}
# Add labels to the canary gateway
gatewayLabels: {}

service:
name: example-todo-model-service
type: ClusterIP
Expand All @@ -88,7 +81,6 @@ readinessProbe:
periodSeconds: 1
successThreshold: 1
timeoutSeconds: 1

sourced:
psql:
name: example-sourced-db-postgresql
Expand All @@ -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
Expand All @@ -121,7 +111,6 @@ jxRequirements:
# kubernetes.io/ingress.class: nginx

apiVersion: "networking.k8s.io/v1"

# the domain for hosts
domain: ""
externalDNS: false
Expand Down

0 comments on commit 0013bdd

Please sign in to comment.