From 10b2cb2ab7032406835a7ea71f835911d7abbe3d Mon Sep 17 00:00:00 2001 From: git Date: Mon, 30 Oct 2023 14:51:23 +0000 Subject: [PATCH 1/3] 'update files with ansible' --- wetty/values.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wetty/values.yaml b/wetty/values.yaml index 969aabb..b49d5bd 100644 --- a/wetty/values.yaml +++ b/wetty/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: harbor.ervine.dev/public/x86_64/alpine/wetty pullPolicy: IfNotPresent - tag: + tag: 2.7.0 imagePullSecrets: [] nameOverride: "" @@ -54,7 +54,6 @@ resources: # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: - cpu: 100m memory: 128Mi requests: cpu: 10m @@ -71,7 +70,7 @@ configMapName: wetty-config config: wetty_base: "/" remote_ssh_auth: "publickey,password" - remote_ssh_server: "perseus.ipa.champion" + remote_ssh_server: "rockypi.ipa.champion" remote_ssh_port: "22" remote_ssh_user: "jonny" pubkey: "" From f175dc966c08f96268d06c3039215162a8dd5e39 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 30 Oct 2023 15:03:40 +0000 Subject: [PATCH 2/3] 'update files with ansible' --- wetty/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wetty/Chart.yaml b/wetty/Chart.yaml index fbaab58..8f5bd5a 100644 --- a/wetty/Chart.yaml +++ b/wetty/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. From 360e32e3082b67c7aa0ddac90c85f5d2c67b6ab1 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 30 Oct 2023 15:08:12 +0000 Subject: [PATCH 3/3] 'update files with ansible' --- wetty/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wetty/Chart.yaml b/wetty/Chart.yaml index 8f5bd5a..d4d186e 100644 --- a/wetty/Chart.yaml +++ b/wetty/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.