Skip to content

Commit 36d71ae

Browse files
authored
feat(chart): Remove GKE dependency (#1163)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 90ac7c1 commit 36d71ae

File tree

5 files changed

+6
-47
lines changed

5 files changed

+6
-47
lines changed

deployment/chainloop/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Chainloop is an open source software supply chain control plane, a
77

88
type: application
99
# Bump the patch (not minor, not major) version on each change in the Chart Source code
10-
version: 1.83.2
10+
version: 1.83.3
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v0.95.0
1313

deployment/chainloop/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -474,12 +474,11 @@ chainloop config save \
474474

475475
### Common parameters
476476

477-
| Name | Description | Value |
478-
| ----------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
479-
| `kubeVersion` | Override Kubernetes version | `""` |
480-
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
481-
| `development` | Deploys Chainloop pre-configured FOR DEVELOPMENT ONLY. It includes a Vault instance in development mode and pre-configured authentication certificates and passphrases | `false` |
482-
| `GKEMonitoring.enabled` | Enable GKE podMonitoring (prometheus.io scrape) to scrape the controlplane and CAS /metrics endpoints | `false` |
477+
| Name | Description | Value |
478+
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
479+
| `kubeVersion` | Override Kubernetes version | `""` |
480+
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
481+
| `development` | Deploys Chainloop pre-configured FOR DEVELOPMENT ONLY. It includes a Vault instance in development mode and pre-configured authentication certificates and passphrases | `false` |
483482

484483
### Secrets Backend
485484

deployment/chainloop/templates/cas/gke_monitoring.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

deployment/chainloop/templates/controlplane/gke_monitoring.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

deployment/chainloop/values.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ commonAnnotations: {}
3333
##
3434
development: false
3535

36-
## @param GKEMonitoring.enabled Enable GKE podMonitoring (prometheus.io scrape) to scrape the controlplane and CAS /metrics endpoints
37-
GKEMonitoring:
38-
enabled: false
39-
4036
## @section Secrets Backend
4137
##
4238

0 commit comments

Comments
 (0)