From 1af90398fa77ce68756d5709aca1d71c8b3daebd Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 11 Oct 2024 11:50:56 +0200 Subject: [PATCH] Update docker image in workflow templates to use opensourcemano/osm-krm-functions:testing-daily Change-Id: I1457b41aba0a410432921e54870f10c7bc703114 Signed-off-by: garciadeblas --- .../building-blocks/cloud-accounts-wft.yaml | 6 ++--- .../cluster-management-wft.yaml | 12 ++++----- .../building-blocks/ksu-management-wft.yaml | 26 +++++++++---------- .../building-blocks/oka-management-wft.yaml | 6 ++--- .../profile-management-wft.yaml | 8 +++--- 5 files changed, 29 insertions(+), 29 deletions(-) diff --git a/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cloud-accounts-wft.yaml b/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cloud-accounts-wft.yaml index 18c739df..883123b0 100644 --- a/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cloud-accounts-wft.yaml +++ b/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cloud-accounts-wft.yaml @@ -72,7 +72,7 @@ spec: value: "sw-catalogs-osm" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: CRED_SECRET_CONTENT @@ -166,7 +166,7 @@ spec: value: "sw-catalogs-osm" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: CRED_SECRET_CONTENT @@ -241,7 +241,7 @@ spec: value: "fleet-osm" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: DEBUG diff --git a/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cluster-management-wft.yaml b/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cluster-management-wft.yaml index f70c6769..78fbc46b 100644 --- a/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cluster-management-wft.yaml +++ b/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/cluster-management-wft.yaml @@ -77,7 +77,7 @@ spec: value: "false" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: PRIVATE_KEY_NEW_CLUSTER @@ -181,7 +181,7 @@ spec: value: "false" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: PRIVATE_KEY_NEW_CLUSTER @@ -281,7 +281,7 @@ spec: persistentVolumeClaim: claimName: '{{inputs.parameters.sw_catalogs_volume_name}}' container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always # securityContext: # runAsUser: 10000 @@ -347,7 +347,7 @@ spec: value: "false" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: PRIVATE_KEY_NEW_CLUSTER @@ -412,7 +412,7 @@ spec: value: "false" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: DEBUG @@ -457,7 +457,7 @@ spec: value: "{{inputs.parameters.fleet_repo_dir}}/{{inputs.parameters.project_name}}/managed-resources/_management" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always command: ["/app/scripts/entrypoint.sh"] args: diff --git a/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/ksu-management-wft.yaml b/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/ksu-management-wft.yaml index 71dc58b9..427ae4d2 100644 --- a/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/ksu-management-wft.yaml +++ b/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/ksu-management-wft.yaml @@ -86,7 +86,7 @@ spec: - name: debug value: "false" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: SECRET_VALUES @@ -203,7 +203,7 @@ spec: - name: debug value: "false" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: SECRET_VALUES @@ -324,7 +324,7 @@ spec: value: "false" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: SECRET_VALUES @@ -440,7 +440,7 @@ spec: value: "false" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: SECRET_VALUES @@ -519,7 +519,7 @@ spec: - name: debug value: "false" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: DEBUG @@ -584,7 +584,7 @@ spec: - name: debug value: "false" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: DEBUG @@ -655,7 +655,7 @@ spec: - name: output_file value: "/results/resourcelist.{{inputs.parameters.rand_str}}.yaml" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: INFILE @@ -717,7 +717,7 @@ spec: - name: output_file value: "/results/resourcelist.{{inputs.parameters.rand_str}}.yaml" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: INFILE @@ -774,7 +774,7 @@ spec: - name: output_file value: "/results/resourcelist.{{inputs.parameters.rand_str}}.yaml" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: INFILE @@ -836,7 +836,7 @@ spec: - name: output_file value: "/results/resourcelist.{{inputs.parameters.rand_str}}.yaml" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: INFILE @@ -1044,7 +1044,7 @@ spec: - name: output_file value: "/results/resourcelist.{{inputs.parameters.rand_str}}.yaml" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: INFILE @@ -1102,7 +1102,7 @@ spec: - name: output_file value: "/results/manifest.{{inputs.parameters.rand_str}}.yaml" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: INSTREAM @@ -1162,7 +1162,7 @@ spec: - name: output_file value: "/results/manifest.{{inputs.parameters.rand_str}}.yaml" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: INSTREAM diff --git a/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/oka-management-wft.yaml b/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/oka-management-wft.yaml index 4a0e8416..28a628ec 100644 --- a/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/oka-management-wft.yaml +++ b/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/oka-management-wft.yaml @@ -52,7 +52,7 @@ spec: value: "/oka" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: DEBUG @@ -113,7 +113,7 @@ spec: value: "/oka" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: DEBUG @@ -167,7 +167,7 @@ spec: value: "sw-catalogs-osm" container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always env: - name: DEBUG diff --git a/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/profile-management-wft.yaml b/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/profile-management-wft.yaml index 17566d1f..4a1a9d70 100644 --- a/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/profile-management-wft.yaml +++ b/installers/mgmt-cluster/flux/templates/sw-catalogs/infra-configs/osm-workflows/templates/wf-templates/building-blocks/profile-management-wft.yaml @@ -48,7 +48,7 @@ spec: persistentVolumeClaim: claimName: '{{inputs.parameters.fleet_volume_name}}' container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always volumeMounts: - name: fleet-repo-volume @@ -91,7 +91,7 @@ spec: persistentVolumeClaim: claimName: '{{inputs.parameters.fleet_volume_name}}' container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always volumeMounts: - name: fleet-repo-volume @@ -133,7 +133,7 @@ spec: persistentVolumeClaim: claimName: '{{inputs.parameters.fleet_volume_name}}' container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always volumeMounts: - name: fleet-repo-volume @@ -176,7 +176,7 @@ spec: persistentVolumeClaim: claimName: '{{inputs.parameters.fleet_volume_name}}' container: - image: ttl.sh/osm-krm-functions:24h + image: opensourcemano/osm-krm-functions:testing-daily # imagePullPolicy: Always volumeMounts: - name: fleet-repo-volume -- 2.25.1