-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(deps): update ghcr.io/usa-reddragon/fabric:1.19.2 docker digest to d514c40 #2863
Open
usa-reddragon-renovate-ce
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ghcr.io-usa-reddragon-fabric-1.19.2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update ghcr.io/usa-reddragon/fabric:1.19.2 docker digest to d514c40 #2863
usa-reddragon-renovate-ce
wants to merge
1
commit into
main
from
renovate/ghcr.io-usa-reddragon-fabric-1.19.2
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61bc83d
to
503d8b4
Compare
21b859b
to
0f0c4a7
Compare
2a11e91
to
531d2ae
Compare
HelmRelease Diff
Caution Failed to create diff. View log. |
HelmRelease Diff
Caution Failed to create diff. View log. |
HelmRelease Diff
Caution Failed to create diff. View log. |
Kustomization Diff
Caution Failed to create diff. View log. |
Kustomization Diff
Caution Failed to create diff. View log. |
Kustomization Diff
Caution Failed to create diff. View log. |
Kustomization Diff
Caution Failed to create diff. View log. |
HelmRelease Diff
Caution Failed to create diff. View log. |
9827912
to
0fd2ade
Compare
Kustomization Diff
Click to expand--- apps Kustomization: flux-system/apps HelmRelease: minecraft/origins
+++ apps Kustomization: flux-system/apps HelmRelease: minecraft/origins
@@ -21,8 +21,8 @@
mode: enabled
interval: 60m0s
releaseName: origins
suspend: true
valuesFrom:
- kind: ConfigMap
- name: origins-chart-values-mbmdk6mttt
+ name: origins-chart-values-dc5th595h8
--- apps Kustomization: flux-system/apps ConfigMap: minecraft/origins-chart-values-mbmdk6mttt
+++ apps Kustomization: flux-system/apps ConfigMap: minecraft/origins-chart-values-mbmdk6mttt
@@ -1,153 +0,0 @@
----
-apiVersion: v1
-data:
- values.yaml: |
- # Default values for app.
- # This is a YAML-formatted file.
- # Declare variables to be passed into your templates.
-
- replicaCount: 0
-
- image:
- repository: ghcr.io/usa-reddragon/fabric
- pullPolicy: IfNotPresent
- # Overrides the image tag whose default is the chart appVersion.
- tag: "1.19.2@sha256:a6f8e043b080f5d701b3d24f47def1d2b505e2d3a96e167749408322037e9958"
-
- imagePullSecrets: []
- nameOverride: ""
- fullnameOverride: ""
-
- secrets: []
- # - name: app-creds
- # data:
- # API_KEY: 'asdfgh123456'
- # SMTP_PASSWORD: '123456asdfgh'
- # - name: app-secret-key
- # data:
- # SECRET_KEY: ashdfsfa
- # - name: app-keyfile
- # data:
- # keyfile.txt: |
- # using
- # multiline
- # strings
-
- configs: []
- # - name: app-config
- # data:
- # TEST_ENV: alive
- # - name: app-otherenv
- # data:
- # SPECIAL_KEY: here
- # - name: app-configfile
- # data:
- # test.ini: |
- # [test]
- # value=1
-
- envFrom: []
- # - secretRef:
- # name: app-creds
- # - configMapRef:
- # name: app-config
-
- env:
- - name: ACCEPT_EULA
- value: "true"
- - name: MEMORY_OPTS
- value: -Xms8G -Xmx8G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true
- # - name: SPECIAL_KEY
- # valueFrom:
- # configMapKeyRef:
- # name: app-otherenv
- # key: SPECIAL_KEY
-
- podAnnotations: {}
-
- podSecurityContext:
- capabilities:
- drop:
- - ALL
-
- securityContext:
- runAsNonRoot: true
- runAsUser: 1000
- fsGroup: 1000
- # readOnlyRootFilesystem: true
-
- service:
- type: LoadBalancer
- loadBalancerClass: metallb
- ports:
- - name: game
- port: 25565
- - name: rcon
- port: 25575
- annotations:
- metallb.universe.tf/loadBalancerIPs: 192.168.254.4
-
- persistentVolumes:
- - name: data
- mountPath: /minecraft
- subPath: data
- size: 20Gi
- persistentVolumeClaim:
- name: origins
- storageClass: longhorn-nvme
- # - name: config
- # mountPath: /config
- # configMap:
- # name: app-configfile
- # items:
- # - key: test.ini
- # path: config.ini
- # - name: keys
- # mountPath: /keys
- # readOnly: true
- # secret:
- # secretName: app-keyfile
-
- ingress:
- enabled: false
-
- probes:
- liveness:
- tcpSocket:
- port: 25565
- readiness:
- tcpSocket:
- port: 25565
-
- resources:
- # We usually recommend not to specify default resources and to leave this as a conscious
- # choice for the user. This also increases chances charts run on environments with little
- # resources, such as Minikube. If you do want to specify resources, uncomment the following
- # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
- requests:
- cpu: 4
- memory: 9500Mi
- limits:
- memory: 10Gi
-
- nodeSelector: {}
-
- tolerations: []
-
- affinity: {}
-
- lifecycle: {}
- # postStart:
- # exec:
- # command:
- # - /bin/sh
- # - -c
- # - cp /tmp/file /var/app/file
-kind: ConfigMap
-metadata:
- labels:
- kustomize.toolkit.fluxcd.io/name: apps
- kustomize.toolkit.fluxcd.io/namespace: flux-system
- name: origins-chart-values-mbmdk6mttt
- namespace: minecraft
-
--- apps Kustomization: flux-system/apps ConfigMap: minecraft/origins-chart-values-dc5th595h8
+++ apps Kustomization: flux-system/apps ConfigMap: minecraft/origins-chart-values-dc5th595h8
@@ -0,0 +1,153 @@
+---
+apiVersion: v1
+data:
+ values.yaml: |
+ # Default values for app.
+ # This is a YAML-formatted file.
+ # Declare variables to be passed into your templates.
+
+ replicaCount: 0
+
+ image:
+ repository: ghcr.io/usa-reddragon/fabric
+ pullPolicy: IfNotPresent
+ # Overrides the image tag whose default is the chart appVersion.
+ tag: "1.19.2@sha256:d514c40a3a76d9fc90bb219eea1fa18b0875331390bce4d2946702575270ac90"
+
+ imagePullSecrets: []
+ nameOverride: ""
+ fullnameOverride: ""
+
+ secrets: []
+ # - name: app-creds
+ # data:
+ # API_KEY: 'asdfgh123456'
+ # SMTP_PASSWORD: '123456asdfgh'
+ # - name: app-secret-key
+ # data:
+ # SECRET_KEY: ashdfsfa
+ # - name: app-keyfile
+ # data:
+ # keyfile.txt: |
+ # using
+ # multiline
+ # strings
+
+ configs: []
+ # - name: app-config
+ # data:
+ # TEST_ENV: alive
+ # - name: app-otherenv
+ # data:
+ # SPECIAL_KEY: here
+ # - name: app-configfile
+ # data:
+ # test.ini: |
+ # [test]
+ # value=1
+
+ envFrom: []
+ # - secretRef:
+ # name: app-creds
+ # - configMapRef:
+ # name: app-config
+
+ env:
+ - name: ACCEPT_EULA
+ value: "true"
+ - name: MEMORY_OPTS
+ value: -Xms8G -Xmx8G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true
+ # - name: SPECIAL_KEY
+ # valueFrom:
+ # configMapKeyRef:
+ # name: app-otherenv
+ # key: SPECIAL_KEY
+
+ podAnnotations: {}
+
+ podSecurityContext:
+ capabilities:
+ drop:
+ - ALL
+
+ securityContext:
+ runAsNonRoot: true
+ runAsUser: 1000
+ fsGroup: 1000
+ # readOnlyRootFilesystem: true
+
+ service:
+ type: LoadBalancer
+ loadBalancerClass: metallb
+ ports:
+ - name: game
+ port: 25565
+ - name: rcon
+ port: 25575
+ annotations:
+ metallb.universe.tf/loadBalancerIPs: 192.168.254.4
+
+ persistentVolumes:
+ - name: data
+ mountPath: /minecraft
+ subPath: data
+ size: 20Gi
+ persistentVolumeClaim:
+ name: origins
+ storageClass: longhorn-nvme
+ # - name: config
+ # mountPath: /config
+ # configMap:
+ # name: app-configfile
+ # items:
+ # - key: test.ini
+ # path: config.ini
+ # - name: keys
+ # mountPath: /keys
+ # readOnly: true
+ # secret:
+ # secretName: app-keyfile
+
+ ingress:
+ enabled: false
+
+ probes:
+ liveness:
+ tcpSocket:
+ port: 25565
+ readiness:
+ tcpSocket:
+ port: 25565
+
+ resources:
+ # We usually recommend not to specify default resources and to leave this as a conscious
+ # choice for the user. This also increases chances charts run on environments with little
+ # resources, such as Minikube. If you do want to specify resources, uncomment the following
+ # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
+ requests:
+ cpu: 4
+ memory: 9500Mi
+ limits:
+ memory: 10Gi
+
+ nodeSelector: {}
+
+ tolerations: []
+
+ affinity: {}
+
+ lifecycle: {}
+ # postStart:
+ # exec:
+ # command:
+ # - /bin/sh
+ # - -c
+ # - cp /tmp/file /var/app/file
+kind: ConfigMap
+metadata:
+ labels:
+ kustomize.toolkit.fluxcd.io/name: apps
+ kustomize.toolkit.fluxcd.io/namespace: flux-system
+ name: origins-chart-values-dc5th595h8
+ namespace: minecraft
+ |
HelmRelease Diff
Click to expand--- HelmRelease: minecraft/origins Deployment: minecraft/origins-app
+++ HelmRelease: minecraft/origins Deployment: minecraft/origins-app
@@ -29,13 +29,13 @@
securityContext:
fsGroup: 1000
runAsNonRoot: true
runAsUser: 1000
containers:
- name: app
- image: ghcr.io/usa-reddragon/fabric:1.19.2@sha256:a6f8e043b080f5d701b3d24f47def1d2b505e2d3a96e167749408322037e9958
+ image: ghcr.io/usa-reddragon/fabric:1.19.2@sha256:d514c40a3a76d9fc90bb219eea1fa18b0875331390bce4d2946702575270ac90
imagePullPolicy: IfNotPresent
env:
- name: ACCEPT_EULA
value: 'true'
- name: MEMORY_OPTS
value: -Xms8G -Xmx8G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 |
0fd2ade
to
744fd8c
Compare
… to d514c40 Signed-off-by: usa-reddragon-renovate-ce[bot] <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com>
744fd8c
to
dfe787f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
a6f8e04
->d514c40
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.
This PR has been generated by Renovate Bot.