chore(doc): Add the new chat references (#809)

This commit is contained in:
Luigi Operoso 2023-03-23 22:21:11 +01:00 committed by GitHub
parent 9fd053b784
commit 901100a759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 11 deletions

View File

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

View File

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

View File

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

View File

@ -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 | `""` | |

View File

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

View File

@ -66,13 +66,13 @@ Ask questions, discuss best practices and talk to other users about Jenkins Oper
<a href="https://community.jenkins.io/c/contributing/jenkins-operator/20">Visit Discourse</a>
{{% /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.
<a href="https://forms.gle/X3X8qA1XMirdBuEH7">Invite form</a>
<a href="https://gitter.im/jenkinsci/kubernetes-operator">Gitter</a>
<a href="https://matrix.to/#/#jenkinsci_kubernetes-operator:gitter.im">Matrix</a>
<a href="https://virtuslab-oss.slack.com">Go to Slack</a>
{{% /blocks/feature %}}
{{< /blocks/section >}}