Skip to content

Commit f84110d

Browse files
committed
feat: add k8s-observability-monitoring to default sourceNamespaces
1 parent eb68696 commit f84110d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

charts/common-bootstrap/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: |
55
Creates EnvironmentConfig from a ConfigMap, deploys crossplane-compositions,
66
and uses HelmApplication CRs to bootstrap platform components.
77
type: application
8-
version: 1.2.3
8+
version: 1.2.4
99
# renovate: datasource=github-releases depName=dip-software/crossplane-compositions
1010
appVersion: "0.0.25"
1111
keywords:

charts/common-bootstrap/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# common-bootstrap
22

3-
![Version: 1.2.3](https://img.shields.io/badge/Version-1.2.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.25](https://img.shields.io/badge/AppVersion-0.0.25-informational?style=flat-square)
3+
![Version: 1.2.4](https://img.shields.io/badge/Version-1.2.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.25](https://img.shields.io/badge/AppVersion-0.0.25-informational?style=flat-square)
44

55
Common Bootstrap Helm chart.
66
Creates EnvironmentConfig from a ConfigMap, deploys crossplane-compositions,
@@ -20,6 +20,7 @@ and uses HelmApplication CRs to bootstrap platform components.
2020
| argocd.project.sourceNamespaces[3] | string | `"monitoring"` | |
2121
| argocd.project.sourceNamespaces[4] | string | `"otlp-gateway"` | |
2222
| argocd.project.sourceNamespaces[5] | string | `"cnpg-system"` | |
23+
| argocd.project.sourceNamespaces[6] | string | `"k8s-observability-monitoring"` | |
2324
| argocd.project.sourceRepos[0] | string | `"https://github.com/philips-software/helm-charts"` | |
2425
| argocd.project.sourceRepos[1] | string | `"https://github.com/dip-software/crossplane-compositions"` | |
2526
| argocd.project.sourceRepos[2] | string | `"https://cloudnative-pg.io/charts/"` | |
@@ -37,7 +38,7 @@ and uses HelmApplication CRs to bootstrap platform components.
3738
| harvester.enabled | bool | `true` | |
3839
| harvester.image.pullPolicy | string | `"IfNotPresent"` | |
3940
| harvester.image.repository | string | `"docker.io/alpine/k8s"` | |
40-
| harvester.image.tag | string | `"1.28.4"` | |
41+
| harvester.image.tag | string | `"1.35.2"` | |
4142
| harvester.serviceAccount.name | string | `"hsp-addons-harvester"` | |
4243
| harvester.ttlSecondsAfterFinished | int | `600` | |
4344
| helmApplications | object | `{}` | |

charts/common-bootstrap/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ argocd:
5050
- monitoring
5151
- otlp-gateway
5252
- cnpg-system
53+
- k8s-observability-monitoring
5354

5455
# HelmApplications to deploy via Crossplane composition
5556
# These will be created after the EnvironmentConfig is ready

0 commit comments

Comments
 (0)