From 901100a7596999e67dddc909e910db190ee62769 Mon Sep 17 00:00:00 2001
From: Luigi Operoso <40476330+brokenpip3@users.noreply.github.com>
Date: Thu, 23 Mar 2023 22:21:11 +0100
Subject: [PATCH] chore(doc): Add the new chat references (#809)
---
.github/workflows/release-backup.yaml | 2 +-
.github/workflows/release.yaml | 2 +-
README.md | 5 ++++-
chart/jenkins-operator/README.md | 3 +--
chart/jenkins-operator/values.yaml | 2 +-
website/content/en/_index.html | 10 +++++-----
6 files changed, 13 insertions(+), 11 deletions(-)
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
[](https://github.com/jenkinsci/kubernetes-operator/releases/tag/v0.7.1)
-[](https://github.com/jenkinsci/kubernetes-operator/actions/workflows/auto-tests.yaml)
+[](https://github.com/jenkinsci/kubernetes-operator/actions/workflows/auto-tests-e2e.yaml)
[](https://goreportcard.com/report/github.com/jenkinsci/kubernetes-operator)
+[](https://gitter.im/jenkinsci/kubernetes-operator)

@@ -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 >}}
-