Skip to content

Commit

Permalink
Missing helm chart version update
Browse files Browse the repository at this point in the history
  • Loading branch information
fydrah committed Jan 4, 2021
1 parent ba61a7d commit aa126a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helm/loginapp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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: v1.0.4
version: v1.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.
Expand Down
2 changes: 1 addition & 1 deletion helm/loginapp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following table lists the configurable parameters of the `loginapp` chart an
| Parameter | Description | Default |
|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------|
| replicas | | `1` |
| image | | `quay.io/fydrah/loginapp:v3.1.0` |
| image | | `quay.io/fydrah/loginapp:v3.2.1` |
| imagePullPolicy | | `IfNotPresent` |
| imagePullSecrets | | `[]` |
| nameOverride | | `""` |
Expand Down
2 changes: 1 addition & 1 deletion helm/loginapp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

replicas: 1

image: quay.io/fydrah/loginapp:v3.1.0
image: quay.io/fydrah/loginapp:v3.2.1
imagePullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit aa126a3

Please sign in to comment.