Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
85795092
Commit
85795092
authored
Jun 01, 2016
by
Alex Robinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rebuild elasticsearch image to include changes since 1.2
parent
06f742a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
es-controller.yaml
cluster/addons/fluentd-elasticsearch/es-controller.yaml
+1
-1
Makefile
cluster/addons/fluentd-elasticsearch/es-image/Makefile
+1
-1
No files found.
cluster/addons/fluentd-elasticsearch/es-controller.yaml
View file @
85795092
...
@@ -20,7 +20,7 @@ spec:
...
@@ -20,7 +20,7 @@ spec:
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/cluster-service
:
"
true"
spec
:
spec
:
containers
:
containers
:
-
image
:
gcr.io/google_containers/elasticsearch:1.
8
-
image
:
gcr.io/google_containers/elasticsearch:1.
9
name
:
elasticsearch-logging
name
:
elasticsearch-logging
resources
:
resources
:
# keep request = limit to keep this container in guaranteed class
# keep request = limit to keep this container in guaranteed class
...
...
cluster/addons/fluentd-elasticsearch/es-image/Makefile
View file @
85795092
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
# The current value of the tag to be used for building and
# The current value of the tag to be used for building and
# pushing an image to gcr.io
# pushing an image to gcr.io
TAG
=
1.
8
TAG
=
1.
9
build
:
elasticsearch_logging_discovery
build
:
elasticsearch_logging_discovery
docker build
-t
gcr.io/google_containers/elasticsearch:
$(TAG)
.
docker build
-t
gcr.io/google_containers/elasticsearch:
$(TAG)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment