Skip to content

Commit

Permalink
upgrade is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Jul 24, 2024
1 parent 9ba04f1 commit fdfa4bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ packages:
ref: 5.3.1-uds.0
# x-release-please-end
overrides:
jenkins-config:
jenkins-config:
uds-jenkins-config:
uds-jenkins-config:
variables:
- name: JENKINS_SSO_ENABLED
description: "Boolean to enable or disable sso things"
Expand Down
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: chart
description: jenkins-config
description: uds-jenkins-config

# A chart can be either an 'application' or a 'library' chart.
#
Expand Down
4 changes: 2 additions & 2 deletions common/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ variables:
autoIndent: true

components:
- name: jenkins-config
- name: uds-jenkins-config
required: true
description: "SSO secret for jenkins"
charts:
- name: jenkins-config
- name: uds-jenkins-config
namespace: jenkins
version: 0.1.0
localPath: ../chart
Expand Down
2 changes: 1 addition & 1 deletion zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ variables:
default: "uds.dev"

components:
- name: jenkins-config
- name: uds-jenkins-config
required: true
description: "SSO secret for jenkins"
import:
Expand Down

0 comments on commit fdfa4bc

Please sign in to comment.