Skip to content

Commit

Permalink
fix: use bitnami/kube-state-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
na-jakobs committed Apr 22, 2024
1 parent 23fa412 commit faf1898
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ I am trying to update the image tag and the digest with a regex custom manager.

The values.yaml indenting breaks with my current config, ideally it should add 4 spaces but adds 2.

### bitnami/kube-state-metrics:2.9.1
### kubesphere/kube-state-metrics:v2.8.0

```
bitnami/kube-state-metrics:2.9.1
sha256:b23831f93fba580d6a7adafd09897d62739a18c16417c9609b67a7789e6ba0c5
https://hub.docker.com/layers/bitnami/kube-state-metrics/2.9.1/images/sha256-1f67066b3b386afb7fd83a4bdff5bca0067e08747d49a5ed280a29cbfc0dd2d3?context=explore
kubesphere/kube-state-metrics:v2.8.0
sha256:5658d0011a41779ef114f3508143a0e67e4169f64333d0337e731d191ab7edb8
https://hub.docker.com/layers/kubesphere/kube-state-metrics/v2.8.0/images/sha256-6911e6a8c3e8eb55a6f775dfbb789802adb0a15141b0297c5be90ed543571849?context=explore
```

```
❯ crane digest bitnami/kube-state-metrics:2.9.1
sha256:b23831f93fba580d6a7adafd09897d62739a18c16417c9609b67a7789e6ba0c5
❯ crane digest kubesphere/kube-state-metrics:v2.8.0
sha256:5658d0011a41779ef114f3508143a0e67e4169f64333d0337e731d191ab7edb8
```
4 changes: 2 additions & 2 deletions kubernetes/awesomecomponent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ replicas: 1
kubeStateMetrics:
image:
repository: bitnami/kube-state-metrics
tag: "2.9.1"
digest: sha256:b23831f93fba580d6a7adafd09897d62739a18c16417c9609b67a7789e6ba0c5
tag: v2.8.0
digest: sha256:5658d0011a41779ef114f3508143a0e67e4169f64333d0337e731d191ab7edb8
pullPolicy: IfNotPresent

fullnameOverride: kube-state-metrics
Expand Down
6 changes: 3 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"enabledManagers": [
"custom.regex"
],
"branchConcurrentLimit": 10,
"prConcurrentLimit": 10,
"prHourlyLimit": 5,
"branchConcurrentLimit": 0,
"prConcurrentLimit": 0,
"prHourlyLimit": 0,
"customManagers": [
{
"customType": "regex",
Expand Down

0 comments on commit faf1898

Please sign in to comment.