diff --git a/charts/ingress-controller/Chart.yaml b/charts/ingress-controller/Chart.yaml index 117fa15..d1e9817 100644 --- a/charts/ingress-controller/Chart.yaml +++ b/charts/ingress-controller/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: ingress-controller -version: 0.8.0 -appVersion: v0.8.0 +version: 0.8.1 +appVersion: v0.8.1 kubeVersion: ">=v1.18.0" description: Kubernetes ingress controller for routing Minecraft connections based on the requested hostname keywords: diff --git a/charts/ingress-controller/questions.yml b/charts/ingress-controller/questions.yml index 3859d61..c739f4d 100644 --- a/charts/ingress-controller/questions.yml +++ b/charts/ingress-controller/questions.yml @@ -116,7 +116,7 @@ questions: type: string label: QuMine image name - variable: image.tag - default: v0.8.0 + default: v0.8.1 description: ExternalDNS image tag type: string label: QuMine Image Tag \ No newline at end of file diff --git a/charts/ingress-controller/values.yaml b/charts/ingress-controller/values.yaml index d272668..8af64bf 100644 --- a/charts/ingress-controller/values.yaml +++ b/charts/ingress-controller/values.yaml @@ -1,7 +1,7 @@ image: registry: docker.io repository: qumine/ingress-controller - tag: v0.8.0 + tag: v0.8.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images