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 ca796f7 commit 75d4c33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.7.0
appVersion: v0.7.0
version: 0.8.0
appVersion: v0.8.0
kubeVersion: ">=v1.18.0"
description: Kubernetes ingress controller for routing Minecraft connections based on the requested hostname
keywords:
Expand Down
4 changes: 2 additions & 2 deletions charts/ingress-controller/questions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ questions:
label: Server Port
group: General

- variable: qumine.type
- variable: deploymentType
default: Deployment
options:
- "DaemonSet"
Expand Down Expand Up @@ -116,7 +116,7 @@ questions:
type: string
label: QuMine image name
- variable: image.tag
default: v0.6.2
default: v0.8.0
description: ExternalDNS image tag
type: string
label: QuMine Image Tag
6 changes: 3 additions & 3 deletions 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.7.0
tag: v0.8.0
## 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 Expand Up @@ -62,7 +62,7 @@ resources:
##
livenessProbe:
httpGet:
path: /healthz
path: /health/live
port: 8080
initialDelaySeconds: 10
periodSeconds: 10
Expand All @@ -74,7 +74,7 @@ livenessProbe:
##
readinessProbe:
httpGet:
path: /healthz
path: /health/ready
port: 8080
initialDelaySeconds: 5
periodSeconds: 10
Expand Down

0 comments on commit 75d4c33

Please sign in to comment.