Skip to content

Commit

Permalink
feat(chart): Remove GKE dependency (#1163)
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Rodriguez <[email protected]>
  • Loading branch information
javirln authored Jul 30, 2024
1 parent 90ac7c1 commit 36d71ae
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 47 deletions.
2 changes: 1 addition & 1 deletion deployment/chainloop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Chainloop is an open source software supply chain control plane, a

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

Expand Down
11 changes: 5 additions & 6 deletions deployment/chainloop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,12 +474,11 @@ chainloop config save \

### Common parameters

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

### Secrets Backend

Expand Down
18 changes: 0 additions & 18 deletions deployment/chainloop/templates/cas/gke_monitoring.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions deployment/chainloop/templates/controlplane/gke_monitoring.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions deployment/chainloop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ commonAnnotations: {}
##
development: false

## @param GKEMonitoring.enabled Enable GKE podMonitoring (prometheus.io scrape) to scrape the controlplane and CAS /metrics endpoints
GKEMonitoring:
enabled: false

## @section Secrets Backend
##

Expand Down

0 comments on commit 36d71ae

Please sign in to comment.