Skip to content

Commit

Permalink
ingress-controller: v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0SkillAllLuck committed Apr 6, 2021
1 parent 75d4c33 commit 4876e16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/ingress-controller/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/ingress-controller/values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4876e16

Please sign in to comment.