diff --git a/.github/workflows/release-backup.yaml b/.github/workflows/release-backup.yaml index f62bf4e6..97461c93 100644 --- a/.github/workflows/release-backup.yaml +++ b/.github/workflows/release-backup.yaml @@ -50,7 +50,7 @@ jobs: username: ${{ secrets.QUAYIO_USERNAME }} password: ${{ secrets.QUAYIO_TOKEN }} - - name: Build and push the image to DockerHub + - name: Build and push the image to Quay.io if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' run: | git reset --hard diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 626adebb..2fc9194b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -51,7 +51,7 @@ jobs: username: ${{ secrets.QUAYIO_USERNAME }} password: ${{ secrets.QUAYIO_TOKEN }} - - name: Build and push the image to DockerHub + - name: Build and push the image to Quay.io run: | git reset --hard make container-runtime-release diff --git a/README.md b/README.md index 138cc6bd..d0f1cc7f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Jenkins Operator [![Version](https://img.shields.io/badge/version-v0.7.1-brightgreen.svg)](https://github.com/jenkinsci/kubernetes-operator/releases/tag/v0.7.1) -[![Build status](https://github.com/jenkinsci/kubernetes-operator/actions/workflows/auto-tests.yaml/badge.svg)](https://github.com/jenkinsci/kubernetes-operator/actions/workflows/auto-tests.yaml) +[![Build status](https://github.com/jenkinsci/kubernetes-operator/actions/workflows/auto-tests-e2e.yaml/badge.svg)](https://github.com/jenkinsci/kubernetes-operator/actions/workflows/auto-tests-e2e.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/jenkinsci/kubernetes-operator "Go Report Card")](https://goreportcard.com/report/github.com/jenkinsci/kubernetes-operator) +[![Gitter chat](https://badges.gitter.im/jenkinsci/kubernetes-operator.png)](https://gitter.im/jenkinsci/kubernetes-operator) ![logo](/assets/jenkins_gopher_wide.png) @@ -65,6 +66,8 @@ Main channel of communication on topics related to Jenkins Operator is [Jenkins Here you can ask questions about the project, discuss best practices on using it, and talk to other users of the Operator, contributors and project's maintainers. +We also have a [gitter](https://gitter.im/jenkinsci/kubernetes-operator)/[matrix](https://matrix.to/#/#jenkinsci_kubernetes-operator:gitter.im) channel, come to say hi! + ## Snapshots between releases We are trying our best to resolve issues quickly, but they have to wait to be released. If you can't wait for an official diff --git a/chart/jenkins-operator/README.md b/chart/jenkins-operator/README.md index a964e0ff..5d3006a2 100644 --- a/chart/jenkins-operator/README.md +++ b/chart/jenkins-operator/README.md @@ -88,14 +88,13 @@ Kubernetes native operator which fully manages Jenkins on Kubernetes | jenkins.seedJobAgentImage | string | `""` | | | jenkins.seedJobs | list | `[]` | | | jenkins.serviceAccount.annotations | object | `{}` | | -| jenkins.tolerations | list | `[]` | | | jenkins.validateSecurityWarnings | bool | `false` | | | jenkins.volumeMounts | list | `[]` | | | jenkins.volumes[0].name | string | `"backup"` | | | jenkins.volumes[0].persistentVolumeClaim.claimName | string | `"jenkins-backup"` | | | operator.affinity | object | `{}` | | | operator.fullnameOverride | string | `""` | | -| operator.image | string | `"quay.io/jenkins-kubernetes-operator/operator:d91a729"` | | +| operator.image | string | `"quay.io/jenkins-kubernetes-operator/operator:9fd053b"` | | | operator.imagePullPolicy | string | `"IfNotPresent"` | | | operator.imagePullSecrets | list | `[]` | | | operator.nameOverride | string | `""` | | diff --git a/chart/jenkins-operator/values.yaml b/chart/jenkins-operator/values.yaml index a818f09a..11317378 100644 --- a/chart/jenkins-operator/values.yaml +++ b/chart/jenkins-operator/values.yaml @@ -291,7 +291,7 @@ operator: replicaCount: 1 # image is the name (and tag) of the Jenkins Operator image - image: quay.io/jenkins-kubernetes-operator/operator:d91a729 + image: quay.io/jenkins-kubernetes-operator/operator:9fd053b # imagePullPolicy defines policy for pulling images imagePullPolicy: IfNotPresent diff --git a/website/content/en/_index.html b/website/content/en/_index.html index 1b3da31f..88fa13b9 100644 --- a/website/content/en/_index.html +++ b/website/content/en/_index.html @@ -66,13 +66,13 @@ Ask questions, discuss best practices and talk to other users about Jenkins Oper Visit Discourse {{% /blocks/feature %}} -{{% blocks/feature icon="fab fa-slack" title="Join #jenkins-operator on Slack!" %}} -Chat with other users about Jenkins Operator on dedicated Slack channel. +{{% blocks/feature icon="fa-brands fa-gitter" title="Join our channel on Gitter/Matrix!" %}} +Chat with other users about Jenkins Operator on dedicated Gitter or if you prefer from any compatible Matrix client. -Invite form +Gitter + +Matrix -Go to Slack {{% /blocks/feature %}} {{< /blocks/section >}} -