Skip to content

Commit

Permalink
Merge branch 'main' into keycloak-ha-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rjferguson21 authored Aug 1, 2024
2 parents d5f773f + bc2d673 commit 94231a3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/bundles/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ packages:
# x-release-please-start-version
ref: 0.24.1
# x-release-please-end
optionalComponents:
- metrics-server
overrides:
velero:
velero:
Expand Down
2 changes: 2 additions & 0 deletions bundles/k3d-slim-dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ packages:
# x-release-please-start-version
ref: 0.24.1
# x-release-please-end
optionalComponents:
- metrics-server
overrides:
istio-admin-gateway:
uds-istio-config:
Expand Down
1 change: 1 addition & 0 deletions bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ packages:
# x-release-please-end
optionalComponents:
- istio-passthrough-gateway
- metrics-server
overrides:
loki:
loki:
Expand Down
2 changes: 1 addition & 1 deletion src/metrics-server/common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:

components:
- name: metrics-server
required: true
required: false # This component is optional since most k8s distros provide this out of the box
charts:
- name: uds-metrics-server-config
namespace: metrics-server
Expand Down

0 comments on commit 94231a3

Please sign in to comment.