Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
chore: update helm version to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LanDeleih committed May 4, 2021
1 parent 4664c7c commit 6554e05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/meeting-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.2
version: 0.3.3

# 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.
# It is recommended to use it with quotes.
appVersion: "0.3.2"
appVersion: "0.3.3"
2 changes: 1 addition & 1 deletion deploy/helm/meeting-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: "yotsyni/meeting-operator"
pullPolicy: IfNotPresent
tag: "v0.3.2"
tag: "v0.3.3"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 6554e05

Please sign in to comment.