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 image ghcr.io/kashalls/kromgo to v0.2.1 #6580

Merged
merged 2 commits into from
Dec 15, 2023

Conversation

bot-ross[bot]
Copy link
Contributor

@bot-ross bot-ross bot commented Dec 15, 2023

This PR contains the following updates:

Package Update Change
ghcr.io/kashalls/kromgo patch 0.2.0 -> 0.2.1

Release Notes

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

v0.2.1

Compare Source

🎉 Release v0.2.1 🎉

The total container size is now down from 904 MB to 6.4MB with help from @​solidDoWant

What's Changed

⚠️ The configuration file location has changed from /config/config.yaml to /kromgo/config.yaml.

New Contributors

Full Changelog: kashalls/kromgo@v0.2.0...v0.2.1


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.

@bot-ross bot-ross bot requested a review from onedr0p as a code owner December 15, 2023 20:06
@bot-ross bot-ross bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Dec 15, 2023
@bot-ross
Copy link
Contributor Author

bot-ross bot commented Dec 15, 2023

--- kubernetes/main/apps/default/kromgo/app Kustomization: flux-system/kromgo HelmRelease: default/kromgo

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

@@ -37,13 +37,13 @@

           main:
             env:
               PORT: 80
               PROMETHEUS_URL: http://thanos-query-frontend.monitoring.svc.cluster.local:9090
             image:
               repository: ghcr.io/kashalls/kromgo
-              tag: 0.2.0@sha256:1e887453f6d15f90fa9c1ed75e7b6a3f590e30030eb364b9ed2dd02b807d55c0
+              tag: 0.2.1@sha256:392df7e421a64a5fca479ad170e300e03fef694452b081e708bf75f483528099
             resources:
               limits:
                 memory: 64M
               requests:
                 cpu: 5m
                 memory: 10M
@@ -83,13 +83,13 @@

         tls:
         - hosts:
           - '{{ .Release.Name }}.devbu.io'
     persistence:
       config-file:
         globalMounts:
-        - path: /config/config.yaml
+        - path: /kromgo/config.yaml
           readOnly: true
           subPath: config.yaml
         name: kromgo-configmap
         type: configMap
     service:
       main:

@bot-ross
Copy link
Contributor Author

bot-ross bot commented Dec 15, 2023

--- kubernetes/main HelmRelease: default/kromgo Deployment: default/kromgo

+++ kubernetes/main HelmRelease: default/kromgo Deployment: default/kromgo

@@ -48,13 +48,13 @@

       containers:
       - env:
         - name: PORT
           value: '80'
         - name: PROMETHEUS_URL
           value: http://thanos-query-frontend.monitoring.svc.cluster.local:9090
-        image: ghcr.io/kashalls/kromgo:0.2.0@sha256:1e887453f6d15f90fa9c1ed75e7b6a3f590e30030eb364b9ed2dd02b807d55c0
+        image: ghcr.io/kashalls/kromgo:0.2.1@sha256:392df7e421a64a5fca479ad170e300e03fef694452b081e708bf75f483528099
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 80
@@ -84,13 +84,13 @@

           initialDelaySeconds: 0
           periodSeconds: 5
           tcpSocket:
             port: 80
           timeoutSeconds: 1
         volumeMounts:
-        - mountPath: /config/config.yaml
+        - mountPath: /kromgo/config.yaml
           name: config-file
           readOnly: true
           subPath: config.yaml
       volumes:
       - configMap:
           name: kromgo-configmap

@onedr0p onedr0p merged commit a97e14c into main Dec 15, 2023
9 checks passed
@onedr0p onedr0p deleted the renovate/main-ghcr.io-kashalls-kromgo-0.x branch December 15, 2023 20:13
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