update image and appVersion

This commit is contained in:
Matheus Moraes
2022-03-04 10:15:58 -03:00
parent d8971fd9b2
commit c4588248fc
2 changed files with 3 additions and 3 deletions

View File

@@ -21,4 +21,4 @@ version: 0.1.0
# 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: "v2.3.0"

View File

@@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: nginx
repository: mccutchen/go-httpbin
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
@@ -47,7 +47,7 @@ ingress:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
- host: httpbin.local
paths:
- path: /
pathType: ImplementationSpecific