Skip to content

Commit

Permalink
fix: kas HA config and bump console-rapid (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
floreks authored Feb 25, 2025
1 parent 172147d commit 705db6c
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 11 deletions.
6 changes: 3 additions & 3 deletions charts/console-rapid/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: kas
repository: file://../../plural/helm/kas
version: 0.1.3
version: 0.2.0
- name: controller
repository: file://../controller
version: 0.0.106
Expand All @@ -11,5 +11,5 @@ dependencies:
- name: flux2
repository: https://fluxcd-community.github.io/helm-charts
version: 2.14.1
digest: sha256:e21dfbd5ded3cf93b5fce965075978d4c532befd60e20ce3f861cfbc97c34d46
generated: "2025-02-12T17:33:56.020012984Z"
digest: sha256:9f6ac23599e7453fae59e77ee70a98b71555d0fa1012bd032adec5966ce030ef
generated: "2025-02-25T13:50:07.743277403+01:00"
4 changes: 2 additions & 2 deletions charts/console-rapid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: v2
name: console-rapid
description: rapid channel chart for the plural console (used for testing)
appVersion: 0.11.1
version: 0.3.88
version: 0.3.89
dependencies:
- name: kas
version: 0.1.3
version: 0.2.0
repository: file://../../plural/helm/kas
- name: controller
version: 0.0.106
Expand Down
Binary file modified charts/console-rapid/charts/controller-0.0.106.tgz
Binary file not shown.
Binary file removed charts/console-rapid/charts/kas-0.1.3.tgz
Binary file not shown.
Binary file added charts/console-rapid/charts/kas-0.2.0.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions plural/helm/kas/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.1.6
digest: sha256:12862303cdbdec01495e3b067f217570de451812a2372602541766a8f784041c
generated: "2023-10-25T16:32:49.329689848+02:00"
version: 20.9.0
digest: sha256:e68d28625e4c42598196fbf4268f1dfccded10e993669870fad6643ac40718bb
generated: "2025-02-25T13:47:47.183285944+01:00"
6 changes: 3 additions & 3 deletions plural/helm/kas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: kas
description: k8s agent server
version: 0.1.3
appVersion: "0.0.3"
version: 0.2.0
appVersion: "0.1.0"
dependencies:
- name: redis
version: 18.1.6
version: 20.9.0
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled
Binary file removed plural/helm/kas/charts/redis-18.1.6.tgz
Binary file not shown.
Binary file added plural/helm/kas/charts/redis-20.9.0.tgz
Binary file not shown.
2 changes: 2 additions & 0 deletions plural/helm/kas/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
valueFrom:
fieldRef:
fieldPath: status.podIP
- name: OWN_PRIVATE_API_URL
value: "grpc://$(POD_IP):{{ .Values.service.privateApiPort }}"
{{- if .Values.extraEnv }}
{{- toYaml .Values.extraEnv | nindent 12 }}
{{- end }}
Expand Down
8 changes: 8 additions & 0 deletions plural/helm/kas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,11 @@ redis:
enabled: false
master:
count: 1
commonConfiguration: |-
# Enable AOF https://redis.io/topics/persistence#append-only-file
appendonly yes
# Disable RDB persistence, AOF persistence already enabled.
save ""
# Enable idle client connection timeout (5 minutes)
timeout 300

0 comments on commit 705db6c

Please sign in to comment.