Skip to content

Commit

Permalink
update default client id (#61)
Browse files Browse the repository at this point in the history
* update default client id

* [AUTO GITHUB] Bump chart versions

---------

Co-authored-by: dvdlevanon-miggo <[email protected]>
  • Loading branch information
dvdlevanon-miggo and dvdlevanon-miggo authored Dec 8, 2024
1 parent 1d4bde4 commit cd6116f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-integration/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-integration
description: A Helm chart for miggo's k8s-integration
type: application
version: 0.0.12
version: 0.0.13
appVersion: "0.0.1"
dependencies:
- name: k8s-read
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-read/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: k8s-read
description: A Helm chart for miggo's k8s-read
type: application
version: 0.0.10
version: 0.0.11
appVersion: "0.0.1"
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/k8s-read/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ config:
metrics:
interval: 60s

clientId: P2UOKcx9hh7CfM2i72CflPnVowpH
clientId: P2UjsJwOFdIeUAtW0pGTJ5SeJAlq

# Ignored when accessKeySecret specified
#
Expand Down
2 changes: 1 addition & 1 deletion charts/miggo-collector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: collector
description: A Helm chart for miggo-collector
type: application
version: 0.0.2
version: 0.0.3
appVersion: "0.0.1"
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/miggo-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ config:
metrics:
interval: 60s

clientId: P2UOKcx9hh7CfM2i72CflPnVowpH
clientId: P2UjsJwOFdIeUAtW0pGTJ5SeJAlq

# Ignored when accessKeySecret specified
#
Expand Down
2 changes: 1 addition & 1 deletion charts/static-sbom/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: static-sbom
description: A Helm chart for miggo's static-sbom
type: application
version: 0.0.13
version: 0.0.14
appVersion: "0.0.1"
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion charts/static-sbom/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ config:
configMap:
enabled: true
name: ""
clientId: P2UOKcx9hh7CfM2i72CflPnVowpH
clientId: P2UjsJwOFdIeUAtW0pGTJ5SeJAlq

# Ignored when accessKeySecret specified
#
Expand Down

0 comments on commit cd6116f

Please sign in to comment.