Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,7 @@ prepare-release-branch: yq kustomize ## Prepare the release branch with the rele
# Update kueue-populator chart version and image tag
$(YQ) e '.appVersion = "$(RELEASE_VERSION)" | .version = "$(APP_VERSION)" | .dependencies[0].version = "~$(APP_VERSION)"' -i cmd/experimental/kueue-populator/charts/kueue-populator/Chart.yaml
$(YQ) e '.kueuePopulator.image.tag = "$(RELEASE_BRANCH)"' -i cmd/experimental/kueue-populator/charts/kueue-populator/values.yaml
$(SED) -r 's|oci://us-central1-docker.pkg.dev/k8s-staging-images/kueue/charts/kueue-populator|oci://registry.k8s.io/kueue/charts/kueue-populator|g' -i cmd/experimental/kueue-populator/README.md -i cmd/experimental/kueue-populator/charts/kueue-populator/README.md
$(SED) -r 's/<VERSION>/$(APP_VERSION)/g' -i cmd/experimental/kueue-populator/README.md -i cmd/experimental/kueue-populator/charts/kueue-populator/README.md
$(SED) -r 's/[0-9]+\.[0-9]+\.[0-9]+/$(APP_VERSION)/g' -i cmd/experimental/kueue-populator/README.md -i cmd/experimental/kueue-populator/charts/kueue-populator/README.md
$(MAKE) generate-helm-docs

.PHONY: update-security-insights
Expand Down
2 changes: 1 addition & 1 deletion cmd/experimental/kueue-populator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can also install the `kueue-populator` using the provided Helm chart.

```bash
helm install kueue-populator oci://registry.k8s.io/kueue/charts/kueue-populator \
--version 0.14.5 \
--version 0.15.0 \
--namespace kueue-system \
--create-namespace \
--wait
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can install the chart directly from the OCI registry:

```bash
helm install kueue-populator oci://registry.k8s.io/kueue/charts/kueue-populator \
--version 0.14.5 \
--version 0.15.0 \
--namespace kueue-system \
--create-namespace \
--wait
Expand Down Expand Up @@ -112,7 +112,7 @@ kueuePopulator:

```bash
helm install kueue-populator oci://registry.k8s.io/kueue/charts/kueue-populator \
--version 0.14.5 \
--version 0.15.0 \
--namespace kueue-system \
--create-namespace \
--wait \
Expand All @@ -125,7 +125,7 @@ For simple configuration you may also use the minimalistic command:

```bash
helm install kueue-populator oci://registry.k8s.io/kueue/charts/kueue-populator \
--version 0.14.5 \
--version 0.15.0 \
--namespace kueue-system \
--create-namespace \
--wait \
Expand Down