diff --git a/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile b/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile index da8401c7..716f0640 100644 --- a/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile +++ b/freeleaps/alpha/ci/freeleaps-service-hub/Jenkinsfile @@ -4,7 +4,7 @@ executeFreeleapsPipeline { serviceName = 'freeleaps' environmentSlug = 'alpha' // Ensure this branch exists in the freeleaps-service-hub repository - serviceGitBranch = 'feature/icecheng/metrics' + serviceGitBranch = 'dev' serviceGitRepo = "https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-service-hub.git" serviceGitRepoType = 'monorepo' serviceGitCredentialsId = 'freeleaps-ops-git-credentials' diff --git a/freeleaps/helm-pkg/metrics/values.alpha.yaml b/freeleaps/helm-pkg/metrics/values.alpha.yaml index 7aff0edc..a74e2902 100644 --- a/freeleaps/helm-pkg/metrics/values.alpha.yaml +++ b/freeleaps/helm-pkg/metrics/values.alpha.yaml @@ -10,7 +10,7 @@ metrics: registry: docker.io repository: null name: metrics - tag: "1.0.0" + tag: snapshot-38ff0ae imagePullPolicy: IfNotPresent ports: - name: http diff --git a/freeleaps/helm-pkg/metrics/values.prod.yaml b/freeleaps/helm-pkg/metrics/values.prod.yaml index a516b0c0..9649d101 100644 --- a/freeleaps/helm-pkg/metrics/values.prod.yaml +++ b/freeleaps/helm-pkg/metrics/values.prod.yaml @@ -10,7 +10,7 @@ devops: registry: docker.io repository: null name: devops - tag: snapshot-046f9ff + tag: snapshot-38ff0ae imagePullPolicy: IfNotPresent ports: - name: http