Skip to content

Commit

Permalink
Bump image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kcmartin committed Feb 6, 2020
1 parent b98c3b9 commit 170ade5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/solr-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The command removes all the Kubernetes components associated with the chart and
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"Always"` | |
| image.repository | string | `"bloomberg/solr-operator"` | |
| image.tag | string | `"v0.2.0"` | |
| image.tag | string | `"v0.2.1"` | |
| ingressBaseDomain | string | `""` | |
| nameOverride | string | `""` | |
| replicaCount | int | `1` | |
Expand Down
2 changes: 1 addition & 1 deletion helm/solr-operator/templates/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: bloomberg/solr-operator
tag: v0.2.0
tag: v0.2.1
pullPolicy: Always

nameOverride: ""
Expand Down

0 comments on commit 170ade5

Please sign in to comment.