diff --git a/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile b/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile index 9e746175..dcfb46e0 100644 --- a/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile +++ b/freeleaps-devops-reconciler/alpha/ci/Jenkinsfile @@ -27,7 +27,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: '../Dockerfile', imageBuildRoot: '..', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ] diff --git a/freeleaps-devops-reconciler/prod/ci/Jenkinsfile b/freeleaps-devops-reconciler/prod/ci/Jenkinsfile index 19ce0f49..2307d712 100644 --- a/freeleaps-devops-reconciler/prod/ci/Jenkinsfile +++ b/freeleaps-devops-reconciler/prod/ci/Jenkinsfile @@ -27,7 +27,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: '../Dockerfile', imageBuildRoot: '..', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ] diff --git a/freeleaps-secret-operator/prod/ci/Jenkinsfile b/freeleaps-secret-operator/prod/ci/Jenkinsfile index 716025e1..3c791657 100644 --- a/freeleaps-secret-operator/prod/ci/Jenkinsfile +++ b/freeleaps-secret-operator/prod/ci/Jenkinsfile @@ -27,7 +27,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: '../hack/Dockerfile', imageBuildRoot: '..', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ] diff --git a/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile b/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile index 02415578..2ccdfe20 100644 --- a/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile +++ b/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile @@ -28,7 +28,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -49,7 +49,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -70,7 +70,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -91,7 +91,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -112,7 +112,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -133,7 +133,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -154,7 +154,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ] diff --git a/freeleaps/alpha/ci/freeleaps2-devsvc/Jenkinsfile b/freeleaps/alpha/ci/freeleaps2-devsvc/Jenkinsfile index 749d3535..edfaed9d 100644 --- a/freeleaps/alpha/ci/freeleaps2-devsvc/Jenkinsfile +++ b/freeleaps/alpha/ci/freeleaps2-devsvc/Jenkinsfile @@ -27,7 +27,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ] diff --git a/freeleaps/alpha/ci/freeleaps2-frontend/Jenkinsfile b/freeleaps/alpha/ci/freeleaps2-frontend/Jenkinsfile index 5a28ae6f..cb195552 100644 --- a/freeleaps/alpha/ci/freeleaps2-frontend/Jenkinsfile +++ b/freeleaps/alpha/ci/freeleaps2-frontend/Jenkinsfile @@ -27,7 +27,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'chat.Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -48,7 +48,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'freeleaps.Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], diff --git a/freeleaps/helm-pkg/authentication/values.prod.yaml b/freeleaps/helm-pkg/authentication/values.prod.yaml index 3f628eb1..5f0dc318 100644 --- a/freeleaps/helm-pkg/authentication/values.prod.yaml +++ b/freeleaps/helm-pkg/authentication/values.prod.yaml @@ -16,7 +16,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: snapshot-c8547b1 + tag: snapshot-00da25e imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/centralStorage/values.prod.yaml b/freeleaps/helm-pkg/centralStorage/values.prod.yaml index 7fd04e85..e27dc287 100644 --- a/freeleaps/helm-pkg/centralStorage/values.prod.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.prod.yaml @@ -19,7 +19,7 @@ centralStorage: registry: docker.io repository: null name: central_storage - tag: snapshot-c8547b1 + tag: snapshot-00da25e imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/chat/values.prod.yaml b/freeleaps/helm-pkg/chat/values.prod.yaml index cb658d2a..8419d50f 100644 --- a/freeleaps/helm-pkg/chat/values.prod.yaml +++ b/freeleaps/helm-pkg/chat/values.prod.yaml @@ -19,7 +19,7 @@ chat: registry: docker.io repository: null name: chat - tag: 1.11.0 + tag: 1.12.0 imagePullPolicy: Always ports: - name: http diff --git a/freeleaps/helm-pkg/content/values.prod.yaml b/freeleaps/helm-pkg/content/values.prod.yaml index 5de948f8..0f6967f0 100644 --- a/freeleaps/helm-pkg/content/values.prod.yaml +++ b/freeleaps/helm-pkg/content/values.prod.yaml @@ -18,7 +18,7 @@ content: registry: docker.io repository: null name: content - tag: snapshot-c8547b1 + tag: snapshot-00da25e imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/devops/values.alpha.yaml b/freeleaps/helm-pkg/devops/values.alpha.yaml index bca57608..d8103176 100644 --- a/freeleaps/helm-pkg/devops/values.alpha.yaml +++ b/freeleaps/helm-pkg/devops/values.alpha.yaml @@ -79,7 +79,7 @@ devops: logRotationBytes: '10485760' mockMode: 'false' mockResponseDelay: '1000' - rabbitmqHost: freeleaps-prod-rabbitmq-headless.freeleaps-prod.svc.freeleaps.cluster + rabbitmqHost: freeleaps-alpha-rabbitmq-headless.freeleaps-alpha.svc.freeleaps.cluster rabbitmqPort: 5672 rabbitmqUsername: user rabbitmqVirtualHost: / @@ -106,7 +106,7 @@ devops: type: Secret - key: rabbitmqPassword remoteRef: - key: freeleaps-prod-rabbitmq-password + key: freeleaps-alpha-rabbitmq-password type: Secret vpa: minAllowed: diff --git a/freeleaps/helm-pkg/devops/values.prod.yaml b/freeleaps/helm-pkg/devops/values.prod.yaml index 829d8a63..c622a5ba 100644 --- a/freeleaps/helm-pkg/devops/values.prod.yaml +++ b/freeleaps/helm-pkg/devops/values.prod.yaml @@ -13,7 +13,7 @@ devops: registry: docker.io repository: null name: devops - tag: snapshot-c8547b1 + tag: snapshot-00da25e imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/freeleaps/values.prod.yaml b/freeleaps/helm-pkg/freeleaps/values.prod.yaml index 4b07eef9..00abe70c 100644 --- a/freeleaps/helm-pkg/freeleaps/values.prod.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.prod.yaml @@ -19,7 +19,7 @@ freeleaps: registry: docker.io repository: null name: backend - tag: 1.11.0 + tag: 1.12.0 imagePullPolicy: Always ports: - name: http diff --git a/freeleaps/helm-pkg/frontend/values.prod.yaml b/freeleaps/helm-pkg/frontend/values.prod.yaml index dbc2b1ad..ebd57476 100644 --- a/freeleaps/helm-pkg/frontend/values.prod.yaml +++ b/freeleaps/helm-pkg/frontend/values.prod.yaml @@ -8,7 +8,7 @@ frontend: registry: docker.io repository: null name: frontend - tag: 1.11.0 + tag: 1.12.0 imagePullPolicy: Always ports: - name: http diff --git a/freeleaps/helm-pkg/metrics/values.prod.yaml b/freeleaps/helm-pkg/metrics/values.prod.yaml index 2c0f91a3..6a1b191c 100644 --- a/freeleaps/helm-pkg/metrics/values.prod.yaml +++ b/freeleaps/helm-pkg/metrics/values.prod.yaml @@ -15,7 +15,7 @@ metrics: registry: docker.io repository: null name: metrics - tag: snapshot-c8547b1 + tag: snapshot-00da25e imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index 3d45aac2..5cea185d 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -18,7 +18,7 @@ notification: registry: docker.io repository: null name: notification - tag: snapshot-c8547b1 + tag: snapshot-00da25e imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/payment/values.prod.yaml b/freeleaps/helm-pkg/payment/values.prod.yaml index e7c7f59a..7603ebc6 100644 --- a/freeleaps/helm-pkg/payment/values.prod.yaml +++ b/freeleaps/helm-pkg/payment/values.prod.yaml @@ -18,7 +18,7 @@ payment: registry: docker.io repository: null name: payment - tag: snapshot-c8547b1 + tag: snapshot-00da25e imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/prod/ci/freeleaps-service-hub/Jenkinsfile b/freeleaps/prod/ci/freeleaps-service-hub/Jenkinsfile index 84e557e8..dcbd785c 100644 --- a/freeleaps/prod/ci/freeleaps-service-hub/Jenkinsfile +++ b/freeleaps/prod/ci/freeleaps-service-hub/Jenkinsfile @@ -27,7 +27,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -48,7 +48,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -69,7 +69,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -90,7 +90,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -111,7 +111,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -132,7 +132,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -153,7 +153,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ] diff --git a/freeleaps/prod/ci/freeleaps2-devsvc/Jenkinsfile b/freeleaps/prod/ci/freeleaps2-devsvc/Jenkinsfile index 854a2e25..ba3c8712 100644 --- a/freeleaps/prod/ci/freeleaps2-devsvc/Jenkinsfile +++ b/freeleaps/prod/ci/freeleaps2-devsvc/Jenkinsfile @@ -27,7 +27,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ] diff --git a/freeleaps/prod/ci/freeleaps2-frontend/Jenkinsfile b/freeleaps/prod/ci/freeleaps2-frontend/Jenkinsfile index 36a15af2..56f37730 100644 --- a/freeleaps/prod/ci/freeleaps2-frontend/Jenkinsfile +++ b/freeleaps/prod/ci/freeleaps2-frontend/Jenkinsfile @@ -27,7 +27,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'chat.Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -48,7 +48,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'freeleaps.Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ], @@ -70,7 +70,7 @@ executeFreeleapsPipeline { imageBuilder: 'dind', dockerfilePath: 'Dockerfile', imageBuildRoot: '.', - imageReleaseArchitectures: ['linux/amd64', 'linux/arm64/v8'], + imageReleaseArchitectures: ['linux/amd64'], registryCredentialsId: 'freeleaps-devops-docker-hub-credentials', semanticReleaseEnabled: true ]