Skip to content

Conversation

@terminator-bot
Copy link
Contributor

This PR contains the following updates:

Package Update Change
forgejo (source) major 14.0.4 -> 15.0.0

Release Notes

forgejo-helm/forgejo-helm (forgejo)

v15.0.0: 15.0.0

Compare Source

⚠ BREAKING CHANGES
  • dynamically generate admin user password (#​1393)
  • deps: update forgejo docker tag to v13 (main) (#​1403)
Features
Documentation
  • add an upgrade note about the admin password (9833210)
  • add missing toc entry (bf7d111)
  • prepare for forgejo v13 (1429f4f)
Tests
  • add test for forgejo v14 (22a02e7)
Continuous Integration
  • deps: update actions/setup-node action to v6 (main) (#​1401) (a5caaf2)
  • deps: update dependency chart-testing to v3.14.0 (main) (#​1398) (8ec93a8)
  • deps: update pnpm/action-setup action to v4.2.0 (main) (#​1397) (e8ffe92)
Miscellaneous Chores

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.

| datasource | package                              | from   | to     |
| ---------- | ------------------------------------ | ------ | ------ |
| docker     | codeberg.org/forgejo-contrib/forgejo | 14.0.4 | 15.0.0 |
@github-actions github-actions bot added the area/kubernetes Changes made in the kubernetes directory label Oct 16, 2025
@github-actions
Copy link

--- kubernetes/apps/dev/forego/app Kustomization: flux-system/dev-forego HelmRelease: dev/forego

+++ kubernetes/apps/dev/forego/app Kustomization: flux-system/dev-forego HelmRelease: dev/forego

@@ -12,13 +12,13 @@

     spec:
       chart: forgejo
       sourceRef:
         kind: HelmRepository
         name: forego-helm
         namespace: flux-system
-      version: 14.0.4
+      version: 15.0.0
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   maxHistory: 3

@github-actions
Copy link

--- HelmRelease: dev/forego Deployment: dev/forego

+++ HelmRelease: dev/forego Deployment: dev/forego

@@ -104,15 +104,21 @@

           value: /data
         - name: GITEA_TEMP
           value: /tmp/gitea
         - name: HOME
           value: /data/gitea/git
         - name: GITEA_ADMIN_USERNAME
-          value: kryptonian
+          valueFrom:
+            secretKeyRef:
+              key: username
+              name: forego-admin
         - name: GITEA_ADMIN_PASSWORD
-          value: ..PLACEHOLDER_forego-secret..
+          valueFrom:
+            secretKeyRef:
+              key: password
+              name: forego-admin
         - name: GITEA_ADMIN_PASSWORD_MODE
           value: keepUpdated
         volumeMounts:
         - name: init
           mountPath: /usr/sbin
         - name: temp

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/major

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants