Skip to content

Commit

Permalink
Merge pull request #103 from Sheril5/main
Browse files Browse the repository at this point in the history
updated temporal chart version
  • Loading branch information
akash4sh authored Aug 30, 2023
2 parents ec31c92 + d0bbda2 commit 1a84fee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/temporal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.6
version: 0.1.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
8 changes: 4 additions & 4 deletions charts/temporal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ server:
enabled: true
sidecarContainers:
image:
repository: temporalio/server
repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/server
tag: 1.17.5
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -284,7 +284,7 @@ server:
admintools:
enabled: true
image:
repository: temporalio/admin-tools
repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/admin-tools
tag: 1.17.5
pullPolicy: IfNotPresent

Expand All @@ -311,7 +311,7 @@ web:
replicaCount: 1

image:
repository: temporalio/ui
repository: ghcr.io/kube-tarian/helmrepo-supporting-tools/ui
tag: latest
pullPolicy: IfNotPresent

Expand Down Expand Up @@ -442,7 +442,7 @@ cassandra:
persistence:
enabled: false
image:
repo: cassandra
repo: ghcr.io/kube-tarian/helmrepo-supporting-tools/cassandra
tag: 3.11.3
pullPolicy: IfNotPresent
config:
Expand Down

0 comments on commit 1a84fee

Please sign in to comment.