chore(doc): Add the new chat references (#809)
This commit is contained in:
		
							parent
							
								
									9fd053b784
								
							
						
					
					
						commit
						901100a759
					
				|  | @ -50,7 +50,7 @@ jobs: | ||||||
|           username: ${{ secrets.QUAYIO_USERNAME }} |           username: ${{ secrets.QUAYIO_USERNAME }} | ||||||
|           password: ${{ secrets.QUAYIO_TOKEN }} |           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' |         if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' | ||||||
|         run: | |         run: | | ||||||
|           git reset --hard |           git reset --hard | ||||||
|  |  | ||||||
|  | @ -51,7 +51,7 @@ jobs: | ||||||
|           username: ${{ secrets.QUAYIO_USERNAME }} |           username: ${{ secrets.QUAYIO_USERNAME }} | ||||||
|           password: ${{ secrets.QUAYIO_TOKEN }} |           password: ${{ secrets.QUAYIO_TOKEN }} | ||||||
| 
 | 
 | ||||||
|       - name: Build and push the image to DockerHub |       - name: Build and push the image to Quay.io | ||||||
|         run: | |         run: | | ||||||
|           git reset --hard |           git reset --hard | ||||||
|           make container-runtime-release |           make container-runtime-release | ||||||
|  |  | ||||||
|  | @ -1,8 +1,9 @@ | ||||||
| # Jenkins Operator | # Jenkins Operator | ||||||
| 
 | 
 | ||||||
| [](https://github.com/jenkinsci/kubernetes-operator/releases/tag/v0.7.1) | [](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://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. | 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 | ## 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 | 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 | ||||||
|  |  | ||||||
|  | @ -88,14 +88,13 @@ Kubernetes native operator which fully manages Jenkins on Kubernetes | ||||||
| | jenkins.seedJobAgentImage | string | `""` |  | | | jenkins.seedJobAgentImage | string | `""` |  | | ||||||
| | jenkins.seedJobs | list | `[]` |  | | | jenkins.seedJobs | list | `[]` |  | | ||||||
| | jenkins.serviceAccount.annotations | object | `{}` |  | | | jenkins.serviceAccount.annotations | object | `{}` |  | | ||||||
| | jenkins.tolerations | list | `[]` |  | |  | ||||||
| | jenkins.validateSecurityWarnings | bool | `false` |  | | | jenkins.validateSecurityWarnings | bool | `false` |  | | ||||||
| | jenkins.volumeMounts | list | `[]` |  | | | jenkins.volumeMounts | list | `[]` |  | | ||||||
| | jenkins.volumes[0].name | string | `"backup"` |  | | | jenkins.volumes[0].name | string | `"backup"` |  | | ||||||
| | jenkins.volumes[0].persistentVolumeClaim.claimName | string | `"jenkins-backup"` |  | | | jenkins.volumes[0].persistentVolumeClaim.claimName | string | `"jenkins-backup"` |  | | ||||||
| | operator.affinity | object | `{}` |  | | | operator.affinity | object | `{}` |  | | ||||||
| | operator.fullnameOverride | string | `""` |  | | | 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.imagePullPolicy | string | `"IfNotPresent"` |  | | ||||||
| | operator.imagePullSecrets | list | `[]` |  | | | operator.imagePullSecrets | list | `[]` |  | | ||||||
| | operator.nameOverride | string | `""` |  | | | operator.nameOverride | string | `""` |  | | ||||||
|  |  | ||||||
|  | @ -291,7 +291,7 @@ operator: | ||||||
|   replicaCount: 1 |   replicaCount: 1 | ||||||
| 
 | 
 | ||||||
|   # image is the name (and tag) of the Jenkins Operator image |   # 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 defines policy for pulling images | ||||||
|   imagePullPolicy: IfNotPresent |   imagePullPolicy: IfNotPresent | ||||||
|  |  | ||||||
|  | @ -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> | <a href="https://community.jenkins.io/c/contributing/jenkins-operator/20">Visit Discourse</a> | ||||||
| {{% /blocks/feature %}} | {{% /blocks/feature %}} | ||||||
| 
 | 
 | ||||||
| {{% blocks/feature icon="fab fa-slack" title="Join #jenkins-operator on Slack!"  %}} | {{% blocks/feature icon="fa-brands fa-gitter" title="Join our channel on Gitter/Matrix!"  %}} | ||||||
| Chat with other users about Jenkins Operator on dedicated Slack channel. | 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/feature %}} | ||||||
| 
 | 
 | ||||||
| {{< /blocks/section >}} | {{< /blocks/section >}} | ||||||
| 
 |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue