This issue has been created
There is 1 update.
 
 
Kubernetes Helm Charts for XWiki / cid:jira-generated-image-avatar-9a40570b-2600-425c-ada9-1833a682aa42 HELM-103 Open

XWiki helm uses mysql, which uses removed bitnami repositories

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-ce4b9233-bb5d-4742-832c-86afda1a64a5 Martijn created this issue on 13/Oct/25 10:09
 
Summary: XWiki helm uses mysql, which uses removed bitnami repositories
Issue Type: cid:jira-generated-image-avatar-9a40570b-2600-425c-ada9-1833a682aa42 Bug
Assignee: Unassigned
Created: 13/Oct/25 10:09
Priority: cid:jira-generated-image-static-critical-01a624f4-b5c2-4318-8da8-dc5be73c6885 Critical
Reporter: Martijn
Description:

Given the helm chart
https://github.com/xwiki-contrib/xwiki-helm/blob/master/charts/xwiki/Chart.yaml

mysql uses the `12.3.2` `bitnamicharts` 

Using `helm show all oci://registry-1.docker.io/bitnamicharts/mysql --version 12.3.2` the output shows

```helm show all oci://registry-1.docker.io/bitnamicharts/mysql --version 12.3.2.2
Pulled: registry-1.docker.io/bitnamicharts/mysql:12.3.2
Digest: sha256:ba0fd39f3d592c08e90f7c6fe86ea499df5810be3f296546f9eb27f6c51ba24b
annotations:
  category: Database
  images: |
    - name: mysql
      image: docker.io/bitnami/mysql:8.4.4-debian-12-r7
    - name: mysqld-exporter
      image: docker.io/bitnami/mysqld-exporter:0.17.2-debian-12-r2
    - name: os-shell
      image: docker.io/bitnami/os-shell:12-debian-12-r40
```

However, according to https://github.com/bitnami/containers/issues/83267 these are not valid anymore. This means we now get image pull errors when we want to replace our nodes, making it unable to start xwiki

Desired change:
Update xwiki helm such that existing images are used, and xwiki does not fail to start

 
 

1 update

 
cid:jira-generated-image-avatar-ce4b9233-bb5d-4742-832c-86afda1a64a5 Changes by Martijn on 13/Oct/25 10:10
 
Description: Given the helm chart
[https://github.com/xwiki-contrib/xwiki-helm/blob/master/charts/xwiki/Chart.yaml]

mysql uses the
` 12.3.2 ` ` bitnamicharts

Using
`
{code:java}
helm show all oci://registry-1.docker.io/bitnamicharts/mysql --version 12.3.2 ` {code}
the output shows

```helm show all oci
{code : //registry-1.docker.io/bitnamicharts/mysql --version 12.3.2.2 java}
Pulled: registry-1.docker.io/bitnamicharts/mysql:12.3.2
Digest: sha256:ba0fd39f3d592c08e90f7c6fe86ea499df5810be3f296546f9eb27f6c51ba24b
annotations:
  category: Database
  images: |
    - name: mysql
      image: docker.io/bitnami/mysql:8.4.4-debian-12-r7
    - name: mysqld-exporter
      image: docker.io/bitnami/mysqld-exporter:0.17.2-debian-12-r2
    - name: os-shell
   
  image: docker.io/bitnami/os-shell:12-debian-12-r40
`` ` {code}

However, according to [https://github.com/bitnami/containers/issues/83267] these are not valid anymore. This means we now get image pull errors when we want to replace our nodes, making it unable to start xwiki

Desired change:
Update xwiki helm such that existing images are used, and xwiki does not fail to start


NOTE:
We are now in a broken state with xwiki, making this a critical and time sensitive issue