Skip to content

Commit 20eefd4

Browse files
committed
dhcp: kea 3.1.1
1 parent 6f632ef commit 20eefd4

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

gen/k8s/dhcp/db-upgrade-job.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/k8s/dhcp/deployment.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

k8s/dhcp/pod.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local db_name = 'kea';
33
{
44
app_container:: {
55
name: 'app',
6-
image: '005216166247.dkr.ecr.ap-northeast-1.amazonaws.com/kea:51581786f11aa752c34bac1f0bedb44556a8a2ed',
6+
image: '005216166247.dkr.ecr.ap-northeast-1.amazonaws.com/kea:0d9cc84dd9a3c9d4354b3c55887245959f389773',
77
env: [
88
{ name: 'LEASE_DATABASE_NAME', value: db_name },
99
{ name: 'LEASE_DATABASE_HOST', value: db_host },

tf/dhcp/provision.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
client.query(%(flush privileges))
3737
client.close
3838

39-
sql = URI.open('https://raw.githubusercontent.com/isc-projects/kea/Kea-2.4.1/src/share/database/scripts/mysql/dhcpdb_create.mysql', 'r', &:read)
39+
# Kea-3.1.1
40+
sql = URI.open('https://raw.githubusercontent.com/isc-projects/kea/f89b3898b3f6eab670e08067582d3256a99cad79/src/share/database/scripts/mysql/dhcpdb_create.mysql', 'r', &:read)
4041
tempfile = Tempfile.new
4142
tempfile.write(sql)
4243
tempfile.flush

0 commit comments

Comments
 (0)