Skip to content

Commit

Permalink
Merge branch 'main' into opensearch-exporter/bump-2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DShivakoti authored Jan 30, 2024
2 parents 9e919f5 + 20bf985 commit 87ad05c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- uses: sigstore/cosign-installer@v3.1.2
- uses: sigstore/cosign-installer@v3.3.0
- name: cosign
if: ${{ github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/')}}
env:
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM opensearchproject/opensearch:2.10.0
LABEL maintainer="Stein Arne Storslett <sastorsl@users.noreply.github.com>"
FROM opensearchproject/opensearch:2.9.0
LABEL maintainer="fsdevops@tietoevry.com"
# https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases
ARG EXPORTER_PLUGIN_URL="https://github.com/Aiven-Open/prometheus-exporter-plugin-for-opensearch/releases/download/2.10.0.0/prometheus-exporter-2.10.0.0.zip"
ARG EXPORTER_PLUGIN_URL="https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/2.9.0.0/prometheus-exporter-2.9.0.0.zip"
RUN opensearch-plugin install -b ${EXPORTER_PLUGIN_URL}

0 comments on commit 87ad05c

Please sign in to comment.