Skip to content

Commit

Permalink
Update Pachyderm version in helm for 2.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
avigil committed Jan 6, 2022
1 parent 15c4492 commit 466c3c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions etc/helm/pachyderm/Chart.yaml
Expand Up @@ -21,14 +21,14 @@ type: application
# each time you make changes to the chart and its templates, including
# the app version. Versions are expected to follow Semantic
# Versioning (https://semver.org/)
version: 2.0.4
version: 2.0.5

# This is the version number of the application being deployed. This
# version number should be incremented each time you make changes to
# the application. Versions are not expected to follow Semantic
# Versioning. They should reflect the version the application is
# using.
appVersion: 2.0.4
appVersion: 2.0.5

kubeVersion: ">= 1.19.0-0"

Expand Down
2 changes: 1 addition & 1 deletion etc/helm/pachyderm/values.yaml
Expand Up @@ -52,7 +52,7 @@ console:
pullPolicy: "IfNotPresent"
# tag is the image repo to pull from; together with repository it
# replicates the --console-image argument to pachctl deploy.
tag: "2.0.4-1"
tag: "2.0.5-1"
# podLabels specifies labels to add to the console pod.
podLabels: {}
# resources specifies the resource request and limits.
Expand Down

0 comments on commit 466c3c6

Please sign in to comment.