bump to v1.5.0
This commit is contained in:
		
							parent
							
								
									d76203b3f9
								
							
						
					
					
						commit
						0e2446ad2c
					
				|  | @ -1,7 +1,7 @@ | |||
| apiVersion: v1 | ||||
| name: postgres-operator-ui | ||||
| version: 1.4.0 | ||||
| appVersion: 1.4.0 | ||||
| version: 1.5.0 | ||||
| appVersion: 1.5.0 | ||||
| home: https://github.com/zalando/postgres-operator | ||||
| description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience | ||||
| keywords: | ||||
|  | @ -14,8 +14,6 @@ keywords: | |||
| maintainers: | ||||
| - name: Zalando | ||||
|   email: opensource@zalando.de | ||||
| - name: siku4 | ||||
|   email: sk@sik-net.de | ||||
| sources: | ||||
| - https://github.com/zalando/postgres-operator | ||||
| engine: gotpl | ||||
|  |  | |||
|  | @ -8,7 +8,7 @@ replicaCount: 1 | |||
| image: | ||||
|   registry: registry.opensource.zalan.do | ||||
|   repository: acid/postgres-operator-ui | ||||
|   tag: v1.4.0 | ||||
|   tag: v1.5.0 | ||||
|   pullPolicy: "IfNotPresent" | ||||
| 
 | ||||
| rbac: | ||||
|  | @ -41,7 +41,7 @@ envs: | |||
| # configure UI service | ||||
| service: | ||||
|   type: "ClusterIP" | ||||
|   port: "8080" | ||||
|   port: "8081" | ||||
|   # If the type of the service is NodePort a port can be specified using the nodePort field | ||||
|   # If the nodePort field is not specified, or if it has no value, then a random port is used | ||||
|   # notePort: 32521 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| apiVersion: v1 | ||||
| name: postgres-operator | ||||
| version: 1.4.0 | ||||
| appVersion: 1.4.0 | ||||
| version: 1.5.0 | ||||
| appVersion: 1.5.0 | ||||
| home: https://github.com/zalando/postgres-operator | ||||
| description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes | ||||
| keywords: | ||||
|  |  | |||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							|  | @ -1,7 +1,7 @@ | |||
| image: | ||||
|   registry: registry.opensource.zalan.do | ||||
|   repository: acid/postgres-operator | ||||
|   tag: v1.4.0 | ||||
|   tag: v1.5.0 | ||||
|   pullPolicy: "IfNotPresent" | ||||
| 
 | ||||
| # Optionally specify an array of imagePullSecrets. | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| image: | ||||
|   registry: registry.opensource.zalan.do | ||||
|   repository: acid/postgres-operator | ||||
|   tag: v1.4.0 | ||||
|   tag: v1.5.0 | ||||
|   pullPolicy: "IfNotPresent" | ||||
| 
 | ||||
| # Optionally specify an array of imagePullSecrets. | ||||
|  |  | |||
|  | @ -15,7 +15,7 @@ spec: | |||
|       serviceAccountName: postgres-operator | ||||
|       containers: | ||||
|       - name: postgres-operator | ||||
|         image: registry.opensource.zalan.do/acid/postgres-operator:v1.4.0 | ||||
|         image: registry.opensource.zalan.do/acid/postgres-operator:v1.5.0 | ||||
|         imagePullPolicy: IfNotPresent | ||||
|         resources: | ||||
|           requests: | ||||
|  |  | |||
|  | @ -20,7 +20,7 @@ spec: | |||
|       serviceAccountName: postgres-operator-ui | ||||
|       containers: | ||||
|         - name: "service" | ||||
|           image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.4.0 | ||||
|           image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.5.0 | ||||
|           ports: | ||||
|             - containerPort: 8081 | ||||
|               protocol: "TCP" | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue