Skip to content

Commit

Permalink
Charts: sync OBS charts
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
  • Loading branch information
fgiudici committed Aug 23, 2023
1 parent c480bb3 commit 08934ee
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .obs/chartfile/crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ version: "%VERSION%"
appVersion: "%VERSION%"
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Elemental CRDs
catalog.cattle.io/experimental: "true"
catalog.cattle.io/namespace: cattle-elemental-system
catalog.cattle.io/os: linux
catalog.cattle.io/provides-gvr: elemental.cattle.io/v1beta1
catalog.cattle.io/release-name: elemental-operator-crds
catalog.cattle.io/hidden: true # Hide specific charts. Only use on CRD charts.
7 changes: 6 additions & 1 deletion .obs/chartfile/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@ icon: https://raw.githubusercontent.com/rancher/elemental/main/logo/icon-element
version: "%VERSION%"
appVersion: "%VERSION%"
annotations:
catalog.cattle.io/auto-install: elemental-crd=match
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: Elemental
catalog.cattle.io/experimental: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.28.0-0'
catalog.cattle.io/namespace: cattle-elemental-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux
catalog.cattle.io/provides-gvr: elemental.cattle.io/v1beta1
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
catalog.cattle.io/release-name: elemental-operator
catalog.cattle.io/scope: management
catalog.cattle.io/type: cluster-tool
9 changes: 6 additions & 3 deletions .obs/chartfile/operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
image:
empty: rancher/pause:3.1
repository: "%%IMG_REPO%%/rancher/elemental-operator"
repository: "rancher/elemental-operator"
tag: "%VERSION%"
imagePullPolicy: IfNotPresent

seedImage:
repository: "%%IMG_REPO%%/rancher/seedimage-builder"
repository: "rancher/seedimage-builder"
tag: "%VERSION%"
imagePullPolicy: IfNotPresent

channel:
repository: "%%IMG_REPO%%/rancher/elemental-teal-channel"
repository: "rancher/elemental-teal-channel"
tag: "%VERSION%"

# number of operator replicas to deploy
Expand All @@ -26,6 +26,9 @@ global:
cattle:
systemDefaultRegistry: ""

# used only if systemDefaultRegistry is empty
registry_url: "%%IMG_REPO%%"

# enable debug output for operator
debug: false

Expand Down

0 comments on commit 08934ee

Please sign in to comment.