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

feat!: update helm chart hajimari to 2.0.0 #1598

Merged
merged 1 commit into from
Oct 2, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
hajimari (source) major 1.2.0 -> 2.0.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from h3mmy as a code owner October 2, 2022 13:26
@bloopy-boi bloopy-boi bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. area/cluster Changes made in the cluster directory labels Oct 2, 2022
@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Oct 2, 2022

Path: cluster/apps/default/hajimari-xyz/helm-release.yaml
Version: 1.2.0 -> 2.0.0

@@ -20,6 +20,7 @@
 app.kubernetes.io/managed-by: Helm
 data:
 config.yaml: |-
+ bookmarks: []
 customApps:
 - icon: play-network-outline
 name: Plex (LAN only)
@@ -102,8 +103,8 @@
 app.kubernetes.io/instance: hajimari
 app.kubernetes.io/managed-by: Helm
 rules:
- - apiGroups: ["", "extensions", "networking.k8s.io"]
- resources: ["ingresses", "namespaces"]
+ - apiGroups: ["", "extensions", "networking.k8s.io", "discovery.k8s.io"]
+ resources: ["ingresses", "namespaces", "endpointslices"]
 verbs: ["get", "list"]
 ---
 # Source: hajimari/templates/rbac.yaml
@@ -130,9 +131,10 @@
 metadata:
 name: hajimari
 labels:
- app.kubernetes.io/name: hajimari
+ app.kubernetes.io/service: hajimari
 app.kubernetes.io/instance: hajimari
 app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: hajimari
 annotations:
 spec:
 type: ClusterIP
@@ -151,9 +153,9 @@
 metadata:
 name: hajimari
 labels:
- app.kubernetes.io/name: hajimari
 app.kubernetes.io/instance: hajimari
 app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: hajimari
 spec:
 revisionHistoryLimit: 3
 replicas: 1
@@ -172,6 +174,7 @@
 app.kubernetes.io/instance: hajimari
 spec:
 serviceAccountName: hajimari
+ automountServiceAccountToken: true
 dnsPolicy: ClusterFirst
 enableServiceLinks: true
 containers:
@@ -179,8 +182,8 @@
 image: "ghcr.io/toboshii/hajimari:v0.2.0"
 imagePullPolicy: IfNotPresent
 env:
- - name: "TZ"
- value: "UTC"
+ - name: TZ
+ value: UTC
 ports:
 - name: http
 containerPort: 3000
@@ -232,9 +235,9 @@
 metadata:
 name: hajimari
 labels:
- app.kubernetes.io/name: hajimari
 app.kubernetes.io/instance: hajimari
 app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: hajimari
 annotations:
 cert-manager.io/cluster-issuer: letsencrypt-production
 hajimari.io/enable: "true"

@bloopy-boi
Copy link
Contributor

bloopy-boi bot commented Oct 2, 2022

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.01s
✅ YAML prettier 2 0 0 0.52s
✅ YAML yamllint 2 0 0.24s

See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@h3mmy h3mmy merged commit 73a77b5 into main Oct 2, 2022
@h3mmy h3mmy deleted the renovate/hajimari-2.x branch October 2, 2022 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cluster Changes made in the cluster directory renovate/helm size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant