Skip to content

Commit

Permalink
v0.1.0-alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
paynejacob committed Aug 12, 2021
1 parent f9dc3ce commit 5436d5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/logging-pipeline-plumber/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.1.0
version: 0.1.0-alpha

# 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: "1.16.0"
appVersion: "v0.1.0-alpha"
2 changes: 1 addition & 1 deletion charts/logging-pipeline-plumber/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
args: [
"-pod-simulator-image-repository={{ .Values.podSimulatorImage.repository }}",
"-pod-simulator-image-tag={{ .Values.podSimulatorImage.tag }}",
"-pod-simulator-image-tag={{ .Values.podSimulatorImage.tag | default .Chart.AppVersion }}",
"-pod-simulator-image-pull-policy={{ .Values.podSimulatorImage.pullPolicy }}",
"-log-output-image-repository={{ .Values.logOutputImage.repository }}",
"-log-output-image-tag={{ .Values.logOutputImage.tag }}",
Expand Down

0 comments on commit 5436d5b

Please sign in to comment.