Skip to content

Commit

Permalink
Merge branch 'main' into 563-keycloak-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Aug 2, 2024
2 parents fb21e6e + 29f9fd0 commit 4cc6316
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/bundles/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ metadata:

packages:
- name: init
repository: ghcr.io/defenseunicorns/packages/init
ref: v0.36.1
repository: ghcr.io/zarf-dev/packages/init
ref: v0.37.0

- name: core
path: ../../build/
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-slim-dev/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ packages:
path: policies

- name: init
repository: ghcr.io/defenseunicorns/packages/init
ref: v0.36.1
repository: ghcr.io/zarf-dev/packages/init
ref: v0.37.0

- name: core-slim-dev
path: ../../build/
Expand Down
4 changes: 2 additions & 2 deletions bundles/k3d-standard/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ packages:
path: policies

- name: init
repository: ghcr.io/defenseunicorns/packages/init
ref: v0.36.1
repository: ghcr.io/zarf-dev/packages/init
ref: v0.37.0

- name: core
path: ../../build/
Expand Down
4 changes: 2 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"commitMessageTopic": "grafana"
},
{
"matchPackageNames": ["defenseunicorns/zarf", "ghcr.io/defenseunicorns/packages/init"],
"matchPackageNames": ["zarf-dev/zarf", "ghcr.io/zarf-dev/packages/init"],
"groupName": "zarf",
"commitMessageTopic": "zarf"
},
Expand All @@ -123,7 +123,7 @@
},
{
"matchFileNames": [".github/workflows/**", ".github/actions/**"],
"excludePackageNames": ["defenseunicorns/zarf", "defenseunicorns/uds-cli"],
"excludePackageNames": ["zarf-dev/zarf", "defenseunicorns/uds-cli"],
"groupName": "githubactions",
"commitMessageTopic": "githubactions",
"pinDigests": true
Expand Down
4 changes: 2 additions & 2 deletions tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ tasks:
- task: create-k3d-cluster

- description: "Initialize the cluster with Zarf"
# renovate: datasource=github-tags depName=defenseunicorns/zarf versioning=semver
cmd: "uds zarf package deploy oci://defenseunicorns/init:v0.36.1 --confirm --no-progress"
# renovate: datasource=github-tags depName=zarf-dev/zarf versioning=semver
cmd: "uds zarf package deploy oci://ghcr.io/zarf-dev/packages/init:v0.37.0 --confirm --no-progress"

0 comments on commit 4cc6316

Please sign in to comment.