Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

fix: remove hardcoded architecture in zarf yamls #7

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
2 changes: 1 addition & 1 deletion src/minio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
# x-release-please-start-version
version: "0.0.1"
# x-release-please-end
architecture: amd64


variables:
- name: BUCKETS
Expand Down
2 changes: 1 addition & 1 deletion src/postgres/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
# x-release-please-start-version
version: "0.0.1"
# x-release-please-end
architecture: amd64


variables:
- name: DB_NAME
Expand Down
2 changes: 1 addition & 1 deletion src/redis/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
# x-release-please-start-version
version: "0.0.1"
# x-release-please-end
architecture: amd64


components:
- name: redis-istio-exceptions
Expand Down
Loading