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

[Quickstart] chore: update to minio/minio:RELEASE.2024-12-13T22-19-12Z #5427

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

ponkio-o
Copy link
Contributor

What this PR does: update to minio/minio:RELEASE.2024-12-13T22-19-12Z

Why we need it: An error occurred when use minio/minio:RELEASE.2020-08-26T00-00-49Z on linux/arm64.

Which issue(s) this PR fixes:

Fixes # #4896

Does this PR introduce a user-facing change?: No

I checked working correctly on linux/arm64 cluster when applied below patch to master branch.

diff --git a/master.yaml b/patch.yaml
index 7cd4e00..19c5a62 100644
--- a/master.yaml
+++ b/patch.yaml
@@ -551,7 +551,7 @@ spec:
               done;
       containers:
         - name: server
-          image: "ghcr.io/pipe-cd/pipecd:v0.50.0"
+          image: "ghcr.io/pipe-cd/pipecd:v0.50.0-40-g149078a"
           imagePullPolicy: IfNotPresent
           args:
           - server
@@ -684,7 +684,7 @@ spec:
               done;
       containers:
         - name: ops
-          image: "ghcr.io/pipe-cd/pipecd:v0.50.0"
+          image: "ghcr.io/pipe-cd/pipecd:v0.50.0-40-g149078a"
           imagePullPolicy: IfNotPresent
           args:
           - ops
@@ -793,7 +793,7 @@ spec:
     spec:
       containers:
         - name: minio
-          image: minio/minio:RELEASE.2020-08-26T00-00-49Z
+          image: minio/minio:RELEASE.2024-12-13T22-19-12Z
           args:
           - server
           - /data
$ kubectl get pod -n pipecd
NAME                             READY   STATUS    RESTARTS   AGE
pipecd-cache-56c7c65ddc-bl5kt    1/1     Running   0          15m
pipecd-gateway-6df67f5b6-sjfdp   1/1     Running   0          15m
pipecd-minio-c6cdc7c55-5v7jm     1/1     Running   0          14m
pipecd-mysql-6fff49fbc7-mrg6v    1/1     Running   0          15m
pipecd-ops-6f667bf646-6tvhz      1/1     Running   0          13m
pipecd-server-cd7f57776-hslt6    1/1     Running   0          14m

Copy link
Member

@khanhtc1202 khanhtc1202 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch 👍

Copy link
Member

@ffjlabo ffjlabo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!
It seems that the old version's minio image is not multi platform image.

@ffjlabo ffjlabo enabled auto-merge (squash) December 17, 2024 02:41
@ffjlabo ffjlabo merged commit 928ee20 into pipe-cd:master Dec 17, 2024
15 checks passed
@ponkio-o ponkio-o deleted the chore/update-minio branch December 17, 2024 02:48
@github-actions github-actions bot mentioned this pull request Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants