Fix charts and images
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
This commit is contained in:
@@ -853,7 +853,7 @@ webhookConfiguration:
|
||||
pullPolicy: Always
|
||||
certImage:
|
||||
# reference is the webhook-certgen image reference
|
||||
reference: registry.k8s.io/ingress-nginx/kube-webhook-certgen
|
||||
reference: registry.rancher.com/rancher/mirrored-ingress-nginx-kube-webhook-certgen
|
||||
# tag is the webhook-certgen image tag
|
||||
tag: v1.1.1
|
||||
# pullPolicy is the webhook-certgen pull policy
|
||||
|
@@ -25,7 +25,7 @@ cdi:
|
||||
nodeSelector:
|
||||
kubernetes.io/os: linux
|
||||
|
||||
hookImage: rancher/kubectl:v1.30.2
|
||||
hookImage: registry.rancher.com/rancher/kubectl:v1.30.10
|
||||
hookRestartPolicy: OnFailure
|
||||
hookSecurityContext:
|
||||
seccompProfile:
|
||||
|
@@ -6,7 +6,7 @@ FROM registry.suse.com/bci/kiwi:${KIWIVERSION}
|
||||
ARG KIWIVERSION
|
||||
|
||||
# Define labels according to https://en.opensuse.org/Building_derived_containers
|
||||
# labelprefix=com.suse.application.akri
|
||||
# labelprefix=com.suse.application.kiwi
|
||||
LABEL org.opencontainers.image.authors="SUSE LLC (https://www.suse.com/)"
|
||||
LABEL org.opencontainers.image.title="SLE Kiwi Builder Container Image"
|
||||
LABEL org.opencontainers.image.description="kiwi-builder based on the SLE Base Container Image."
|
||||
|
@@ -1,5 +1,6 @@
|
||||
<services>
|
||||
<service mode="buildtime" name="kiwi_metainfo_helper"/>
|
||||
<service name="docker_label_helper" mode="buildtime"/>
|
||||
<service name="replace_using_env" mode="buildtime">
|
||||
<param name="file">README</param>
|
||||
<param name="eval">IMG_REPO=$(rpm --macros=/root/.rpmmacros -E %img_repo)</param>
|
||||
|
@@ -40,7 +40,7 @@ kubevirt:
|
||||
monitorAccount: ""
|
||||
monitorNamespace: ""
|
||||
|
||||
hookImage: rancher/kubectl:v1.30.2
|
||||
hookImage: registry.rancher.com/rancher/kubectl:v1.30.10
|
||||
hookRestartPolicy: OnFailure
|
||||
hookSecurityContext:
|
||||
seccompProfile:
|
||||
|
@@ -22,6 +22,8 @@ global:
|
||||
# Comment this out when pinning the baremetal-operator container to a specfic host.
|
||||
nodeSelector: {}
|
||||
|
||||
enable_tls: false
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
images:
|
||||
|
@@ -50,6 +50,8 @@ global:
|
||||
# Comment this out when pinning the pdns containers to a specfic host.
|
||||
nodeSelector: {}
|
||||
|
||||
enable_tls: false
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
images:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#!BuildTag: %%IMG_PREFIX%%rancher-turtles-airgap-resources-chart:%%CHART_MAJOR%%.0.0_up0.17.0
|
||||
#!BuildTag: %%IMG_PREFIX%%rancher-turtles-airgap-resources-chart:%%CHART_MAJOR%%.0.0_up0.17.0
|
||||
#!BuildTag: %%IMG_PREFIX%%rancher-turtles-airgap-resources-chart:%%CHART_MAJOR%%.0.0_up0.17.0-%RELEASE%
|
||||
apiVersion: v2
|
||||
appVersion: 0.17.0
|
||||
description: Rancher Turtles utility chart for airgap scenarios
|
||||
|
@@ -9,7 +9,7 @@ rancherTurtles:
|
||||
managerArguments: []
|
||||
imagePullSecrets: []
|
||||
rancherInstalled: false
|
||||
kubectlImage: registry.suse.com/edge/3.2/kubectl:1.30.3
|
||||
kubectlImage: "%%IMG_REPO%%/%%IMG_PREFIX%%/kubectl:1.30.3"
|
||||
features:
|
||||
day2operations:
|
||||
enabled: false
|
||||
|
10
sriov-network-operator-chart/.checks_helm.yaml
Normal file
10
sriov-network-operator-chart/.checks_helm.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
extra_apis:
|
||||
- k8s.cni.cncf.io/v1/NetworkAttachmentDefinition
|
||||
image_exceptions:
|
||||
- rancher/hardened-sriov-network-operator
|
||||
- rancher/hardened-sriov-network-config-daemon
|
||||
- rancher/hardened-sriov-cni
|
||||
- rancher/hardened-ib-sriov-cni
|
||||
- rancher/hardened-sriov-network-device-plugin
|
||||
- rancher/hardened-sriov-network-resources-injector
|
||||
- rancher/hardened-sriov-network-webhook
|
@@ -1,5 +1,5 @@
|
||||
image:
|
||||
repository: rancher/hardened-node-feature-discovery
|
||||
repository: registry.rancher.com/rancher/hardened-node-feature-discovery
|
||||
# This should be set to 'IfNotPresent' for released version
|
||||
pullPolicy: IfNotPresent
|
||||
# tag, if defined will use the given image tag, else Chart.AppVersion will be used
|
||||
|
Reference in New Issue
Block a user