mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Incremented the elasticsearch version
This commit is contained in:
		@@ -16,7 +16,7 @@
 | 
			
		||||
 | 
			
		||||
PREFIX = staging-k8s.gcr.io
 | 
			
		||||
IMAGE = elasticsearch
 | 
			
		||||
TAG = v6.2.4
 | 
			
		||||
TAG = v6.2.5
 | 
			
		||||
 | 
			
		||||
build:
 | 
			
		||||
	docker build --pull -t $(PREFIX)/$(IMAGE):$(TAG) .
 | 
			
		||||
 
 | 
			
		||||
@@ -54,7 +54,7 @@ metadata:
 | 
			
		||||
  namespace: kube-system
 | 
			
		||||
  labels:
 | 
			
		||||
    k8s-app: elasticsearch-logging
 | 
			
		||||
    version: v6.2.4
 | 
			
		||||
    version: v6.2.5
 | 
			
		||||
    kubernetes.io/cluster-service: "true"
 | 
			
		||||
    addonmanager.kubernetes.io/mode: Reconcile
 | 
			
		||||
spec:
 | 
			
		||||
@@ -63,17 +63,17 @@ spec:
 | 
			
		||||
  selector:
 | 
			
		||||
    matchLabels:
 | 
			
		||||
      k8s-app: elasticsearch-logging
 | 
			
		||||
      version: v6.2.4
 | 
			
		||||
      version: v6.2.5
 | 
			
		||||
  template:
 | 
			
		||||
    metadata:
 | 
			
		||||
      labels:
 | 
			
		||||
        k8s-app: elasticsearch-logging
 | 
			
		||||
        version: v6.2.4
 | 
			
		||||
        version: v6.2.5
 | 
			
		||||
        kubernetes.io/cluster-service: "true"
 | 
			
		||||
    spec:
 | 
			
		||||
      serviceAccountName: elasticsearch-logging
 | 
			
		||||
      containers:
 | 
			
		||||
      - image: k8s.gcr.io/elasticsearch:v6.2.4
 | 
			
		||||
      - image: k8s.gcr.io/elasticsearch:v6.2.5
 | 
			
		||||
        name: elasticsearch-logging
 | 
			
		||||
        resources:
 | 
			
		||||
          # need more cpu upon initialization, therefore burstable class
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user