Commit dab25026 authored by Thong Kuah's avatar Thong Kuah

Merge branch 'feature/bump-cluster-applications-to-0-16-0' into 'master'

Bump cluster applications image to 0-16-0

See merge request gitlab-org/gitlab!32856
parents 4ad0b1d7 bbc227d3
---
title: Adds PostHog as a CI/CD Managed Application
merge_request: 32856
author:
type: added
apply: apply:
stage: deploy stage: deploy
image: "registry.gitlab.com/gitlab-org/cluster-integration/cluster-applications:v0.15.0" image: "registry.gitlab.com/gitlab-org/cluster-integration/cluster-applications:v0.16.0"
environment: environment:
name: production name: production
variables: variables:
...@@ -19,6 +19,7 @@ apply: ...@@ -19,6 +19,7 @@ apply:
CROSSPLANE_VALUES_FILE: $CI_PROJECT_DIR/.gitlab/managed-apps/crossplane/values.yaml CROSSPLANE_VALUES_FILE: $CI_PROJECT_DIR/.gitlab/managed-apps/crossplane/values.yaml
FLUENTD_VALUES_FILE: $CI_PROJECT_DIR/.gitlab/managed-apps/fluentd/values.yaml FLUENTD_VALUES_FILE: $CI_PROJECT_DIR/.gitlab/managed-apps/fluentd/values.yaml
KNATIVE_VALUES_FILE: $CI_PROJECT_DIR/.gitlab/managed-apps/knative/values.yaml KNATIVE_VALUES_FILE: $CI_PROJECT_DIR/.gitlab/managed-apps/knative/values.yaml
POSTHOG_VALUES_FILE: $CI_PROJECT_DIR/.gitlab/managed-apps/posthog/values.yaml
script: script:
- gitlab-managed-apps /usr/local/share/gitlab-managed-apps/helmfile.yaml - gitlab-managed-apps /usr/local/share/gitlab-managed-apps/helmfile.yaml
only: only:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment