Skip to content

Commit

Permalink
chore: set version to v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 11, 2022
1 parent 3b8b0f6 commit 9e12afc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.0.0-dev
version: v0.13.1
5 changes: 2 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ podsLabels: {}
deploymentLabels: {}
image:
repository: ghcr.io/cloudnativeentrepreneur/example-todo-model-service
tag: latest
tag: v0.13.1
pullPolicy: IfNotPresent
# define environment variables here as a map of key: value
env:
Expand Down Expand Up @@ -53,5 +53,4 @@ sourced:
psql:
name: example-sourced-db-postgresql
hostname: example-sourced-db-postgresql

imagePullSecrets: ghcr
imagePullSecrets: ghcr

0 comments on commit 9e12afc

Please sign in to comment.