From 94fe2347a867a60245c308e57a6507703072ad3b Mon Sep 17 00:00:00 2001 From: MobarakHsn Date: Wed, 31 Jul 2024 13:03:58 +0600 Subject: [PATCH] Change action for prometheus Signed-off-by: MobarakHsn --- .github/workflows/ci.yml | 2 +- docs/guides/pgpool/update-version/overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d70d52d805..492015851d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: # helm install kubedb-crds appscode/kubedb-crds # helm install kmodules-crds appscode/kmodules-crds kubectl create -f https://github.com/cert-manager/cert-manager/releases/download/v1.11.0/cert-manager.crds.yaml - kubectl create -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.60.1/stripped-down-crds.yaml + kubectl create -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.75.0/stripped-down-crds.yaml kubectl create -f https://github.com/kmodules/custom-resources/raw/release-1.25/crds/appcatalog.appscode.com_appbindings.yaml kubectl create -f https://github.com/kmodules/custom-resources/raw/release-1.25/crds/metrics.appscode.com_metricsconfigurations.yaml kubectl create -f https://github.com/stashed/installer/raw/master/crds/stash-crds.yaml diff --git a/docs/guides/pgpool/update-version/overview.md b/docs/guides/pgpool/update-version/overview.md index 5527d3fb73..0be3a59d66 100644 --- a/docs/guides/pgpool/update-version/overview.md +++ b/docs/guides/pgpool/update-version/overview.md @@ -27,7 +27,7 @@ This guide will give you an overview on how KubeDB Ops-manager operator update t The following diagram shows how KubeDB Ops-manager operator used to update the version of `Pgpool`. Open the image in a new tab to see the enlarged version.
-  updating Process of Pgpool +  updating Process of Pgpool
Fig: updating Process of Pgpool