From 75d4c33b0ef76b7c1d95c0cdcdc75b35e894fc8e Mon Sep 17 00:00:00 2001 From: Cedric Lewe <43417046+0SkillAllLuck@users.noreply.github.com> Date: Tue, 6 Apr 2021 16:18:05 +0200 Subject: [PATCH] ingress-controller: v0.8.1 --- charts/ingress-controller/Chart.yaml | 4 ++-- charts/ingress-controller/questions.yml | 4 ++-- charts/ingress-controller/values.yaml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/ingress-controller/Chart.yaml b/charts/ingress-controller/Chart.yaml index 74a1dce..117fa15 100644 --- a/charts/ingress-controller/Chart.yaml +++ b/charts/ingress-controller/Chart.yaml @@ -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: diff --git a/charts/ingress-controller/questions.yml b/charts/ingress-controller/questions.yml index f8db46c..3859d61 100644 --- a/charts/ingress-controller/questions.yml +++ b/charts/ingress-controller/questions.yml @@ -21,7 +21,7 @@ questions: label: Server Port group: General -- variable: qumine.type +- variable: deploymentType default: Deployment options: - "DaemonSet" @@ -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 \ No newline at end of file diff --git a/charts/ingress-controller/values.yaml b/charts/ingress-controller/values.yaml index dcd79d5..d272668 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.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 @@ -62,7 +62,7 @@ resources: ## livenessProbe: httpGet: - path: /healthz + path: /health/live port: 8080 initialDelaySeconds: 10 periodSeconds: 10 @@ -74,7 +74,7 @@ livenessProbe: ## readinessProbe: httpGet: - path: /healthz + path: /health/ready port: 8080 initialDelaySeconds: 5 periodSeconds: 10