Skip to content

Commit 3e161af

Browse files
committed
undo dev env changes
1 parent ee26f03 commit 3e161af

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

operator/charts/embedded-cluster-operator/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
# DEVELOPMENT USE ONLY! THIE FILE IS NOT USED FOR DEPLOYS!
12
apiVersion: v2
23
name: embedded-cluster-operator
34
description: Embedded Cluster Operator
45
type: application
5-
version: 2.1.3+k8s-1.30-77-g12ea-alex
6+
version: 0.0.0
67
dependencies:
78
- name: crds
89
version: "0.0.0"

operator/charts/embedded-cluster-operator/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# DEVELOPMENT USE ONLY! THIE FILE IS NOT USED FOR DEPLOYS!
12
global:
23
labels: {}
34

@@ -8,8 +9,8 @@ embeddedClusterID: 123456789
89
isAirgap: false
910

1011
image:
11-
repository: ttl.sh/alex/embedded-cluster-operator-image
12-
tag: 2.1.3-k8s-1.30-77-g12ea-alex
12+
repository: replicated/embedded-cluster-operator-image-staging
13+
tag: 0.0.8
1314
pullPolicy: IfNotPresent
1415

1516
utilsImage: busybox:latest

pkg/addons/embeddedclusteroperator/static/metadata.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,16 @@
55
# $ make buildtools
66
# $ output/bin/buildtools update addon <addon name>
77
#
8-
version: 2.1.3+k8s-1.30-77-g12ea-alex
9-
location: oci://proxy.replicated.com/anonymous/ttl.sh/alex/embedded-cluster-operator
8+
version: 1.19.0+k8s-1.30
9+
location: oci://proxy.replicated.com/anonymous/registry.replicated.com/library/embedded-cluster-operator
1010
images:
1111
embedded-cluster-operator:
12-
repo: proxy.replicated.com/anonymous/ttl.sh/alex/embedded-cluster-operator-image
12+
repo: proxy.replicated.com/anonymous/replicated/embedded-cluster-operator-image
1313
tag:
1414
amd64: v1.19.0-k8s-1.30
1515
arm64: v1.19.0-k8s-1.30
16-
goldpinger:
17-
repo: proxy.replicated.com/anonymous/bloomberg/goldpinger
16+
utils:
17+
repo: proxy.replicated.com/anonymous/replicated/ec-utils
1818
tag:
1919
amd64: latest
2020
arm64: latest
21-
utils:
22-
repo: proxy.replicated.com/anonymous/ttl.sh/replicated/ec-utils
23-
tag:
24-
amd64: latest-amd64@sha256:45a4df35e3397d9593081f335d60b49eef108f55407ce72c93ef54edd194327d
25-
arm64: latest-arm64@sha256:c2028bbf986a86b9bb5af3b11635632ee6b256ec99ef6cc4e4b92e5d1dea5f6c

0 commit comments

Comments
 (0)