Compare commits
	
		
			2 Commits
		
	
	
		
			9753ac1d2d
			...
			88ca71479d
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 88ca71479d | |||
| e99541aa53 | 
@@ -215,7 +215,7 @@ spec:
 | 
				
			|||||||
    spec:
 | 
					    spec:
 | 
				
			||||||
      containers:
 | 
					      containers:
 | 
				
			||||||
      - name: nextcloud
 | 
					      - name: nextcloud
 | 
				
			||||||
        image: "nextcloud:24.0.7-apache"
 | 
					        image: "nextcloud:24.0.12-apache"
 | 
				
			||||||
        imagePullPolicy: IfNotPresent
 | 
					        imagePullPolicy: IfNotPresent
 | 
				
			||||||
        env:
 | 
					        env:
 | 
				
			||||||
        - name: SQLITE_DATABASE
 | 
					        - name: SQLITE_DATABASE
 | 
				
			||||||
@@ -380,7 +380,7 @@ spec:
 | 
				
			|||||||
          restartPolicy: Never
 | 
					          restartPolicy: Never
 | 
				
			||||||
          containers:
 | 
					          containers:
 | 
				
			||||||
            - name: nextcloud
 | 
					            - name: nextcloud
 | 
				
			||||||
              image: "nextcloud:24.0.7-apache"
 | 
					              image: "nextcloud:24.0.12-apache"
 | 
				
			||||||
              imagePullPolicy: IfNotPresent
 | 
					              imagePullPolicy: IfNotPresent
 | 
				
			||||||
              command: [ "curl" ]
 | 
					              command: [ "curl" ]
 | 
				
			||||||
              args:
 | 
					              args:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user