Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update ghcr.io/kashalls/kromgo (v0.4.1 → v0.4.2) #2868

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake bot commented Sep 30, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/kashalls/kromgo patch v0.4.1 -> v0.4.2

Release Notes

kashalls/kromgo (ghcr.io/kashalls/kromgo)

v0.4.2

Compare Source

Kromgo now listens to 0.0.0.0 instead of localhost by default.

What's Changed

Full Changelog: kashalls/kromgo@v0.4.1...v0.4.2


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
@bot-blake bot-blake bot requested a review from buroa as a code owner September 30, 2024 20:07
@bot-blake bot-blake bot added the area/kubernetes Changes made in the kubernetes directory label Sep 30, 2024
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Sep 30, 2024

--- kubernetes/apps/monitoring/kromgo/app Kustomization: flux-system/kromgo HelmRelease: monitoring/kromgo

+++ kubernetes/apps/monitoring/kromgo/app Kustomization: flux-system/kromgo HelmRelease: monitoring/kromgo

@@ -38,13 +38,13 @@

               HEALTH_PORT: 8888
               PROMETHEUS_URL: http://thanos-query-frontend.monitoring.svc.cluster.local:10902
               SERVER_HOST: 0.0.0.0
               SERVER_PORT: 8080
             image:
               repository: ghcr.io/kashalls/kromgo
-              tag: v0.4.1@sha256:237e6ac3f3bc791343e1ee84122ce9b97abf7eed86cd522d8bf4cba10a041e9f
+              tag: v0.4.2@sha256:89eab1c6604d8ef79fb0e7340620d6559ef296cc469c4eabf22598bbaf93ff42
             probes:
               liveness:
                 custom: true
                 enabled: true
                 spec:
                   failureThreshold: 3
--- kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/grafana HelmRelease: monitoring/grafana

+++ kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/grafana HelmRelease: monitoring/grafana

@@ -128,13 +128,13 @@

           datasource: Prometheus
           gnetId: 15762
           revision: 18
         kubernetes-global:
           datasource: Prometheus
           gnetId: 15757
-          revision: 40
+          revision: 37
         kubernetes-namespaces:
           datasource: Prometheus
           gnetId: 15758
           revision: 35
         kubernetes-nodes:
           datasource: Prometheus

@bot-blake
Copy link
Contributor Author

bot-blake bot commented Sep 30, 2024

--- HelmRelease: monitoring/kromgo Deployment: monitoring/kromgo

+++ HelmRelease: monitoring/kromgo Deployment: monitoring/kromgo

@@ -58,13 +58,13 @@

         - name: PROMETHEUS_URL
           value: http://thanos-query-frontend.monitoring.svc.cluster.local:10902
         - name: SERVER_HOST
           value: 0.0.0.0
         - name: SERVER_PORT
           value: '8080'
-        image: ghcr.io/kashalls/kromgo:v0.4.1@sha256:237e6ac3f3bc791343e1ee84122ce9b97abf7eed86cd522d8bf4cba10a041e9f
+        image: ghcr.io/kashalls/kromgo:v0.4.2@sha256:89eab1c6604d8ef79fb0e7340620d6559ef296cc469c4eabf22598bbaf93ff42
         livenessProbe:
           failureThreshold: 3
           httpGet:
             path: /-/ready
             port: 8888
           initialDelaySeconds: 0
--- HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana

+++ HelmRelease: monitoring/grafana ConfigMap: monitoring/grafana

@@ -184,13 +184,13 @@

     ,/g' \\\n> \"/var/lib/grafana/dashboards/default/kubernetes-api-server.json\"\n\
     \  \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\"\
     \ \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n  \"https://grafana.com/api/dashboards/15762/revisions/18/download\"\
     \ \\\n  | sed '/-- .* --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\"\
     ,/g' \\\n> \"/var/lib/grafana/dashboards/default/kubernetes-coredns.json\"\n \
     \ \ncurl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\"\
-    \ \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n  \"https://grafana.com/api/dashboards/15757/revisions/40/download\"\
+    \ \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n  \"https://grafana.com/api/dashboards/15757/revisions/37/download\"\
     \ \\\n  | sed '/-- .* --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\"\
     ,/g' \\\n> \"/var/lib/grafana/dashboards/default/kubernetes-global.json\"\n  \n\
     curl -skf \\\n--connect-timeout 60 \\\n--max-time 60 \\\n-H \"Accept: application/json\"\
     \ \\\n-H \"Content-Type: application/json;charset=UTF-8\" \\\n  \"https://grafana.com/api/dashboards/15758/revisions/35/download\"\
     \ \\\n  | sed '/-- .* --/! s/\"datasource\":.*,/\"datasource\": \"Prometheus\"\
     ,/g' \\\n> \"/var/lib/grafana/dashboards/default/kubernetes-namespaces.json\"\n\

@buroa buroa merged commit e7fb237 into master Sep 30, 2024
8 checks passed
@buroa buroa deleted the renovate/ghcr.io-kashalls-kromgo-0.x branch September 30, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/container type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant