Conversation
--- kubernetes/apps/default/photon/app Kustomization: default/photon HelmRelease: default/photon
+++ kubernetes/apps/default/photon/app Kustomization: default/photon HelmRelease: default/photon
@@ -55,13 +55,13 @@
PGID: 9011
PUID: 9011
TZ: America/Los_Angeles
UPDATE_STRATEGY: PARALLEL
image:
repository: ghcr.io/rtuszik/photon-docker
- tag: 1.3.1
+ tag: 2.0.1
probes:
readiness:
custom: true
enabled: true
spec:
httpGet: |
--- HelmRelease: default/photon Deployment: default/photon
+++ HelmRelease: default/photon Deployment: default/photon
@@ -55,13 +55,13 @@
- name: PUID
value: '9011'
- name: TZ
value: America/Los_Angeles
- name: UPDATE_STRATEGY
value: PARALLEL
- image: ghcr.io/rtuszik/photon-docker:1.3.1
+ image: ghcr.io/rtuszik/photon-docker:2.0.1
name: photon
readinessProbe:
httpGet:
path: /status
port: 2322
resources: |
591ab22 to
ab2a2e1
Compare
This file contains hidden or 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
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:
1.3.1→2.0.1Release Notes
rtuszik/photon-docker (ghcr.io/rtuszik/photon-docker)
v2.0.1Compare Source
Now defaults to listening on 0.0.0.0.
This means that the parameter will not be configurable with this version. I will add that as an option ASAP.
What's Changed
Full Changelog: rtuszik/photon-docker@2.0.0...2.0.1
v2.0.0Compare Source
Adds support for photon 1.0.0
A new index is required for photon 1.0.0.
Upon start, the date of the downloaded index will be checked and a new index will be downloaded using the sequential download method. This means that there will be downtime associated with this update. I therefore consider it breaking, hence the major version bump.
Index size has decrease significantly. Thanks to the fantastic work by the people over at komoot/photon
Feel free to add to the discussion created for any new features of photon not supported by this image yet.
What's Changed
Full Changelog: rtuszik/photon-docker@1.3.1...2.0.0
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.