Compare commits

..

2 Commits

Author SHA1 Message Date
0438df0717 chore(deps): update kubezero-ci-dependencies 2025-05-30 03:02:09 +00:00
d3036ad1ac fix: minor tweaks 2025-05-29 17:19:51 +00:00
4 changed files with 12 additions and 7 deletions

View File

@ -3,6 +3,7 @@
# Simulate well-known CRDs being available # Simulate well-known CRDs being available
API_VERSIONS="-a monitoring.coreos.com/v1 -a snapshot.storage.k8s.io/v1 -a policy/v1/PodDisruptionBudget -a apiregistration.k8s.io/v1" API_VERSIONS="-a monitoring.coreos.com/v1 -a snapshot.storage.k8s.io/v1 -a policy/v1/PodDisruptionBudget -a apiregistration.k8s.io/v1"
LOCAL_DEV=${LOCAL_DEV:-""} LOCAL_DEV=${LOCAL_DEV:-""}
ENV_VALUES=""
export HELM_SECRETS_BACKEND="vals" export HELM_SECRETS_BACKEND="vals"

View File

@ -26,11 +26,11 @@ dependencies:
repository: https://charts.jenkins.io repository: https://charts.jenkins.io
condition: jenkins.enabled condition: jenkins.enabled
- name: trivy - name: trivy
version: 0.14.1 version: 0.15.0
repository: https://aquasecurity.github.io/helm-charts/ repository: https://aquasecurity.github.io/helm-charts/
condition: trivy.enabled condition: trivy.enabled
- name: renovate - name: renovate
version: 40.34.3 version: 40.35.3
repository: https://docs.renovatebot.com/helm-charts repository: https://docs.renovatebot.com/helm-charts
condition: renovate.enabled condition: renovate.enabled
kubeVersion: ">= 1.25.0" kubeVersion: ">= 1.25.0"

View File

@ -289,7 +289,7 @@ trivy:
#tag: 0.57.0 #tag: 0.57.0
persistence: persistence:
enabled: true enabled: true
size: 1Gi size: 2Gi
rbac: rbac:
create: false create: false

View File

@ -61,8 +61,10 @@ opensearch:
{{- toYaml . | nindent 2 }} {{- toYaml . | nindent 2 }}
{{- end }} {{- end }}
serviceMonitor: # Disabled until upstream made up their mind
enabled: {{ .Values.metrics.enabled }} # https://github.com/opensearch-project/technical-steering/issues/35
# serviceMonitor:
# enabled: {{ .Values.metrics.enabled }}
{{- end }} {{- end }}
{{- if index .Values "telemetry" "opensearch-dashboards" }} {{- if index .Values "telemetry" "opensearch-dashboards" }}
@ -71,8 +73,10 @@ opensearch-dashboards:
{{- toYaml . | nindent 2 }} {{- toYaml . | nindent 2 }}
{{- end }} {{- end }}
serviceMonitor: # Disabled until upstream made up their mind
enabled: {{ .Values.metrics.enabled }} # https://github.com/opensearch-project/technical-steering/issues/35
# serviceMonitor:
# enabled: {{ .Values.metrics.enabled }}
{{- end }} {{- end }}
{{- end }} {{- end }}