[bitnami/jenkins] Release 12.9.2 (#23790)

* [bitnami/jenkins] Release 12.9.2 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Fix cypress test

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Miguel Ruiz <miruiz@vmware.com>
Co-authored-by: Miguel Ruiz <miruiz@vmware.com>
This commit is contained in:
Bitnami Bot
2024-02-26 16:15:00 +01:00
committed by GitHub
parent 594c97fec5
commit bebd5545a1
3 changed files with 9 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ it('should be possible to create a new Jenkins pipeline', () => {
cy.get('#name').type(`${item.freestyleProject.name}-${random}`);
cy.contains(item.freestyleProject.type).click();
cy.contains('button', 'OK').should('be.enabled').click();
cy.contains('Error').should('not.be.visible');
cy.contains('Error').should('not.exist');
cy.contains('button', 'Save').click();
cy.contains('h1', item.freestyleProject.name);

View File

@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: jenkins
image: docker.io/bitnami/jenkins:2.426.3-debian-12-r9
image: docker.io/bitnami/jenkins:2.440.1-debian-12-r0
- name: jenkins-agent
image: docker.io/bitnami/jenkins-agent:0.3206.0-debian-12-r8
image: docker.io/bitnami/jenkins-agent:0.3206.0-debian-12-r9
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r15
image: docker.io/bitnami/os-shell:12-debian-12-r16
apiVersion: v2
appVersion: 2.426.3
appVersion: 2.440.1
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
@@ -35,4 +35,4 @@ maintainers:
name: jenkins
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jenkins
version: 12.9.1
version: 12.9.2

View File

@@ -70,7 +70,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/jenkins
tag: 2.426.3-debian-12-r9
tag: 2.440.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -348,7 +348,7 @@ agent:
image:
registry: docker.io
repository: bitnami/jenkins-agent
tag: 0.3206.0-debian-12-r8
tag: 0.3206.0-debian-12-r9
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -992,7 +992,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r15
tag: 12-debian-12-r16
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.