Skip to content

Commit 6825447

Browse files
committed
Change icon URI to new place
The error reported by Artifact.io: ``` error getting logo image https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg: unexpected status code received: 404 (package: redpanda version: 5.10.2) error preparing package: error enriching package from annotations: 1 error occurred: * invalid annotation: 1 error occurred: * invalid image reference: could not parse reference: (package: operator version: 0.3.2) ```
1 parent 9284f8f commit 6825447

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/connectors/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ appVersion: v1.0.31
3232
# pre-release. Our "-0" allows pre-releases to be matched.
3333
kubeVersion: "^1.21.0-0"
3434

35-
icon: https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg
35+
icon: https://kubernetes-team-bucket-for-artifact-io-logo.s3.us-east-2.amazonaws.com/redpanda-skate.svg
3636
sources:
3737
- https://github.com/redpanda-data/redpanda-operator/tree/main/charts/connectors
3838
annotations:

charts/console/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ appVersion: v3.1.0
3434

3535
kubeVersion: ">= 1.25.0-0"
3636

37-
icon: https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg
37+
icon: https://kubernetes-team-bucket-for-artifact-io-logo.s3.us-east-2.amazonaws.com/redpanda-skate.svg
3838
sources:
3939
- https://github.com/redpanda-data/redpanda-operator/tree/main/charts/console
4040
annotations:

charts/redpanda/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies:
4040
version: ">=3.0.0-0"
4141
repository: file://../console
4242

43-
icon: https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg
43+
icon: https://kubernetes-team-bucket-for-artifact-io-logo.s3.us-east-2.amazonaws.com/redpanda-skate.svg
4444
sources:
4545
- https://github.com/redpanda-data/redpanda-operator/tree/main/charts/redpanda
4646
annotations:

0 commit comments

Comments
 (0)