Skip to content

Commit

Permalink
Change action for prometheus
Browse files Browse the repository at this point in the history
Signed-off-by: MobarakHsn <[email protected]>
  • Loading branch information
MobarakHsn committed Jul 31, 2024
1 parent 1a33ea1 commit 94fe234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/pgpool/update-version/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<figure align="center">
  <img alt="updating Process of Pgpool" src="/docs/images/day-2-operation/pgpool/pg-updating.png">
  <img alt="updating Process of Pgpool" src="/docs/images/day-2-operation/pgpool/pp-updating.png">
<figcaption align="center">Fig: updating Process of Pgpool</figcaption>
</figure>

Expand Down

0 comments on commit 94fe234

Please sign in to comment.