Skip to content

Commit 0e0cc04

Browse files
chore(deps): update kibana-openapi-spec digest to 5f7b6f6
1 parent 3ac51d9 commit 0e0cc04

File tree

3 files changed

+3818
-1578
lines changed

3 files changed

+3818
-1578
lines changed

docker-compose.tls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
service: kibana_settings
1414

1515
kibana_certs:
16-
image: alpine/mkcert:latest@sha256:a8f4f5af61908b4c79c2e9d1e5f23e747f29de174649209ebafcab03d4f6d5fd
16+
image: alpine/mkcert:latest
1717
container_name: ${KIBANA_CERTS_CONTAINER_NAME}
1818
restart: 'no'
1919
volumes:

generated/kbapi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SHELL := /bin/bash
33
ROOT_DIR := $(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
44

5-
github_ref ?= 5c4f76696e63bf9e9a53d55521f4c18faa02ccf2
5+
github_ref ?= 5f7b6f612e027f236f6809c0f51d51c47e908fb5
66
oas_url := https://raw.githubusercontent.com/elastic/kibana/$(github_ref)/oas_docs/output/kibana.yaml
77

88
.PHONY: all

0 commit comments

Comments
 (0)