Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update openebs images #1063

Closed
wants to merge 3 commits into from
Closed
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
8 changes: 4 additions & 4 deletions common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ $(MELANGE_CACHE_DIR):
mkdir -p $(MELANGE_CACHE_DIR)

.PHONY: apko-build
apko-build: ARCHS ?= amd64
apko-build: ARCHS ?= arm64
apko-build: check-env-IMAGE apko-template
cd build && ${APKO_CMD} \
build apko.yaml ${IMAGE} apko.tar \
--arch ${ARCHS}

.PHONY: apko-build-and-publish
apko-build-and-publish: ARCHS ?= amd64
apko-build-and-publish: ARCHS ?= arm64
apko-build-and-publish: check-env-IMAGE apko-template
@bash -c 'set -o pipefail && cd build && ${APKO_CMD} publish apko.yaml ${IMAGE} --arch ${ARCHS} | tee digest'
$(MAKE) apko-output-image
Expand All @@ -64,7 +64,7 @@ apko-login:
--password "${PASSWORD}" "${REGISTRY}"

.PHONY: apko-print-pkg-version
apko-print-pkg-version: ARCHS ?= amd64
apko-print-pkg-version: ARCHS ?= arm64
apko-print-pkg-version: apko-template check-env-PACKAGE_NAME
cd build && \
${APKO_CMD} show-packages apko.yaml --arch=${ARCHS} | \
Expand All @@ -83,7 +83,7 @@ apko-output-image:
echo "$(IMAGE)@$$digest" > build/image

.PHONY: melange-build
melange-build: ARCHS ?= amd64
melange-build: ARCHS ?= arm64
melange-build: MELANGE_SOURCE_DIR ?= .
melange-build: $(MELANGE_CACHE_DIR) melange-template
${MELANGE_CMD} \
Expand Down
6 changes: 3 additions & 3 deletions pkg/addons/openebs/static/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ location: oci://proxy.replicated.com/anonymous/registry.replicated.com/ec-charts
images:
kubectl:
repo: proxy.replicated.com/anonymous/replicated/ec-kubectl
tag: 1.31.0-r1@sha256:70b2e76f316eb753b70d1349861d9b5bd58fff2cfa551072917dd68b50bdb2af
tag: 1.31.0-r1@sha256:8e0463ce20811f258ef75a858dd2590b2c3c76a3c9670fe443ef23da70cc47ee
openebs-linux-utils:
repo: proxy.replicated.com/anonymous/replicated/ec-openebs-linux-utils
tag: 4.1.0@sha256:ba8167bbcaedd43a8be53325122566a3e6c0ee336daf2a3b5c396c7773db2611
tag: 4.1.0@sha256:a1947ec08fcede8cf38fc7d940dbdd1c08bb5435c0ff71e6382def08c8fe7e1f
openebs-provisioner-localpv:
repo: proxy.replicated.com/anonymous/replicated/ec-openebs-provisioner-localpv
tag: 4.1.0-r0@sha256:77f54b4935376a4fe460853eb1eb3582ec1301f94ff61929444ddae2e8473972
tag: 4.1.0-r0@sha256:9432a4e648a976e88d13cc56de6fcbbb03dac5d908a451db30fc6d95e78bd427
6 changes: 3 additions & 3 deletions pkg/addons/openebs/static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ localpv-provisioner:
image:
registry: proxy.replicated.com/anonymous/
repository: 'replicated/ec-openebs-linux-utils'
tag: '4.1.0@sha256:ba8167bbcaedd43a8be53325122566a3e6c0ee336daf2a3b5c396c7773db2611'
tag: '4.1.0@sha256:a1947ec08fcede8cf38fc7d940dbdd1c08bb5435c0ff71e6382def08c8fe7e1f'
hostpathClass:
enabled: true
isDefaultClass: true
localpv:
image:
registry: proxy.replicated.com/anonymous/
repository: 'replicated/ec-openebs-provisioner-localpv'
tag: '4.1.0-r0@sha256:77f54b4935376a4fe460853eb1eb3582ec1301f94ff61929444ddae2e8473972'
tag: '4.1.0-r0@sha256:9432a4e648a976e88d13cc56de6fcbbb03dac5d908a451db30fc6d95e78bd427'
lvm-localpv:
enabled: false
mayastor:
Expand All @@ -44,6 +44,6 @@ preUpgradeHook:
image:
registry: proxy.replicated.com/anonymous
repo: 'replicated/ec-kubectl'
tag: '1.31.0-r1@sha256:70b2e76f316eb753b70d1349861d9b5bd58fff2cfa551072917dd68b50bdb2af'
tag: '1.31.0-r1@sha256:8e0463ce20811f258ef75a858dd2590b2c3c76a3c9670fe443ef23da70cc47ee'
zfs-localpv:
enabled: false
Loading