Skip to content

Commit

Permalink
Merge branch 'main' into add_timeScaleDb
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianTrifork authored Jan 2, 2024
2 parents d500542 + 610401c commit f6379ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

# Upload MegaLinter artifacts
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ success() }} || ${{ failure() }}
with:
name: MegaLinter reports
Expand Down
11 changes: 3 additions & 8 deletions docker-compose/os.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ services:
# login fallback: admin:admin
# services should use oauth
opensearch:
image: ${DOCKER_REGISTRY-}cheetah-infrastructure-opensearch:latest
image: ${DOCKER_REGISTRY-}cheetah-infrastructure-opensearch:0.5.0
hostname: opensearch
# build:
# context: ./config/opensearch/
# dockerfile: Dockerfile
# args:
# - OPENSEARCH_VERSION=2.6.0
environment:
- cluster.name=opensearch-cluster
- node.name=os01
Expand Down Expand Up @@ -58,7 +53,7 @@ services:
retries: 5

opensearch-configurer:
image: ${DOCKER_REGISTRY-}cheetah-infrastructure-utils-os:latest
image: ${DOCKER_REGISTRY-}cheetah-infrastructure-utils-os:0.5.0
command: "opensearch:9200 --service"
environment:
- OS_USER=admin
Expand All @@ -80,7 +75,7 @@ services:

# login kibanaserver:kibanaserver
opensearch-dashboards:
image: opensearchproject/opensearch-dashboards:2.6.0
image: opensearchproject/opensearch-dashboards:2.11.1
hostname: opensearch-dashboards
ports:
- 5602:5601
Expand Down

0 comments on commit f6379ce

Please sign in to comment.