[bitnami/janusgraph] chore: ♻️ ⬆️ Update common and remove k8s < 1.23 references (#33376)

This commit is contained in:
Javier J. Salmerón García
2025-05-06 17:29:34 +02:00
committed by GitHub
parent 77d860cfc9
commit 13c649109e
4 changed files with 10 additions and 14 deletions
+6 -2
View File
@@ -1,8 +1,12 @@
# Changelog
## 1.4.2 (2025-04-25)
## 1.4.3 (2025-05-06)
* [bitnami/janusgraph] Release 1.4.2 ([#33174](https://github.com/bitnami/charts/pull/33174))
* [bitnami/janusgraph] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33376](https://github.com/bitnami/charts/pull/33376))
## <small>1.4.2 (2025-04-25)</small>
* [bitnami/janusgraph] Release 1.4.2 (#33174) ([1113c4d](https://github.com/bitnami/charts/commit/1113c4d507d6ce746fe5f773cdd1c7559be359fe)), closes [#33174](https://github.com/bitnami/charts/issues/33174)
## <small>1.4.1 (2025-03-26)</small>
+3 -3
View File
@@ -4,6 +4,6 @@ dependencies:
version: 12.3.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:608b375ffcf671f72ad149930036d5b12bc02d217219f8e8185aaeb8a85ba193
generated: "2025-04-25T10:13:24.490368409Z"
version: 2.31.0
digest: sha256:f4634566a68df244963c77f717c661b7567637e28c31437b19b35f1038fa4c6c
generated: "2025-05-06T10:21:34.915754684+02:00"
+1 -1
View File
@@ -39,4 +39,4 @@ sources:
- https://github.com/bitnami/charts/tree/main/bitnami/janusgraph
- https://github.com/bitnami/containers/tree/main/bitnami/janusgraph
- https://github.com/janusgraph/janusgraph
version: 1.4.2
version: 1.4.3
-8
View File
@@ -27,24 +27,16 @@ spec:
- type: Resource
resource:
name: memory
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
targetAverageUtilization: {{ .Values.autoscaling.targetMemory }}
{{- else }}
target:
type: Utilization
averageUtilization: {{ .Values.autoscaling.targetMemory }}
{{- end }}
{{- end }}
{{- if .Values.autoscaling.targetCPU }}
- type: Resource
resource:
name: cpu
{{- if semverCompare "<1.23-0" (include "common.capabilities.kubeVersion" .) }}
targetAverageUtilization: {{ .Values.autoscaling.targetCPU }}
{{- else }}
target:
type: Utilization
averageUtilization: {{ .Values.autoscaling.targetCPU }}
{{- end }}
{{- end }}
{{- end }}